Logo white

Administrator / test_1

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • test_1
  • tests
  • _support
  • Helper
  • Unit.php
  • first commit from local
    e07bc75d
    Administrator authored
    2015-11-17 13:55:55 +0200  
    Browse Code ยป
Unit.php 178 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
<?php
namespace Helper;
// here you can define custom actions
// all public methods declared in helper class will be available in $I

class Unit extends \Codeception\Module
{

}