2014-11-26 14:31:12 -06:00
|
|
|
<?php
|
|
|
|
namespace Codeception\Module;
|
|
|
|
|
2014-12-20 08:25:22 -06:00
|
|
|
// here you can define custom actions
|
2014-11-26 14:31:12 -06:00
|
|
|
// all public methods declared in helper class will be available in $I
|
|
|
|
|
|
|
|
class FunctionalHelper extends \Codeception\Module
|
|
|
|
{
|
|
|
|
}
|