Logo white

Administrator / test_6

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • test_6
  • tests
  • _support
  • Helper
  • Unit.php
  • first commit
    d87bdb77
    Administrator authored
    2015-11-02 11:08:23 +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
{

}