Various optimisations.

This commit is contained in:
James Cole
2015-07-06 22:23:34 +02:00
parent d67db74ca2
commit 2d4b148b2c
19 changed files with 66 additions and 68 deletions

View File

@@ -3,6 +3,11 @@ namespace Helper;
// here you can define custom actions
// all public methods declared in helper class will be available in $I
/**
* Class Functional
*
* @package Helper
*/
class Functional extends \Codeception\Module
{