Installed codeception.

This commit is contained in:
James Cole
2014-11-26 21:31:12 +01:00
parent 72068a4b78
commit 1f7c98bdcf
17 changed files with 2334 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
<?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
{
}