Test updates.

This commit is contained in:
James Cole
2014-12-20 15:25:22 +01:00
parent 256dba66b2
commit 83b7cb4ff9
8 changed files with 261 additions and 1822 deletions

View File

@@ -1,10 +1,9 @@
<?php
namespace Codeception\Module;
// here you can define custom actions
// here you can define custom actions
// all public methods declared in helper class will be available in $I
class FunctionalHelper extends \Codeception\Module
{
}