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