FeipAPI/Mirzaev/Feip/Tests/_support/Helper/Foo.php

11 lines
178 B
PHP
Raw Permalink Normal View History

2020-10-02 21:11:19 +07:00
<?php
namespace Helper;
// here you can define custom actions
// all public methods declared in helper class will be available in $I
class Foo extends \Codeception\Module
{
}