diff options
author | Arnold Daniels <arnold@jasny.net> | 2015-09-27 16:55:48 +0200 |
---|---|---|
committer | Arnold Daniels <arnold@jasny.net> | 2015-09-27 16:55:48 +0200 |
commit | 3323715e88c22eeae359d9b7cb40ec921c97199e (patch) | |
tree | 63ccf1c19240612122232caab24fc7bcaef1becc /tests/_support/Helper/Functional.php | |
parent | bb037525545f1cc36ad15f6a0719c807ab878591 (diff) | |
parent | 06d3638c4e66d607435ac0e4f784560b34d3927f (diff) | |
download | sso-3323715e88c22eeae359d9b7cb40ec921c97199e.zip sso-3323715e88c22eeae359d9b7cb40ec921c97199e.tar.gz sso-3323715e88c22eeae359d9b7cb40ec921c97199e.tar.bz2 |
Merge pull request #16 from jasny/library
Turn demo into a library
Diffstat (limited to 'tests/_support/Helper/Functional.php')
-rw-r--r-- | tests/_support/Helper/Functional.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/_support/Helper/Functional.php b/tests/_support/Helper/Functional.php new file mode 100644 index 0000000..34fbe73 --- /dev/null +++ b/tests/_support/Helper/Functional.php @@ -0,0 +1,9 @@ +<?php +namespace Helper; +// here you can define custom actions +// all public methods declared in helper class will be available in $I + +class Functional extends \Codeception\Module +{ + +} |