framework/tests/_support/FunctionalHelper.php

11 lines
203 B
PHP
Raw Normal View History

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