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