11 lines
185 B
PHP
Raw Normal View History

2019-03-28 17:57:56 +01:00
<?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
{
}