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

11 lines
185 B
PHP
Raw Normal View History

2015-09-23 05:22:02 +03:00
<?php
namespace Helper;
2016-12-29 18:35:34 +03:00
2015-09-23 05:22:02 +03:00
// here you can define custom actions
// all public methods declared in helper class will be available in $I
class Acceptance extends \Codeception\Module
{
}