Bootstrap codeception.

This commit is contained in:
James Cole
2015-07-02 09:45:21 +02:00
parent b4a401700e
commit 922b2962a3
19 changed files with 2508 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
{
}