Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- <?php
- namespace Helper;
-
- // here you can define custom actions
- // all public methods declared in helper class will be available in $I
-
- class Functional extends \Codeception\Module
- {
-
- }
|