lumen-generators/lumen-test/tests/_support/Helper/Unit.php

10 lines
178 B
PHP
Raw Normal View History

2015-09-23 05:22:02 +03:00
<?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
{
}