Functional.php
1<?php
2namespace Helper;
3
4// here you can define custom actions
5// all public methods declared in helper class will be available in $I
6
7class Functional extends \Codeception\Module
8{
9
10}