Initial codeception installation.

This commit is contained in:
James Cole
2015-07-03 08:15:30 +02:00
parent ab25edd37a
commit 24e7c68243
19 changed files with 2507 additions and 0 deletions

View File

@@ -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 Unit extends \Codeception\Module
{
}