Codeception

This commit is contained in:
Paminger
2015-02-20 12:30:26 +01:00
parent 9a230cd02c
commit 965fccb6c5
16 changed files with 2318 additions and 4 deletions
+10
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 UnitHelper extends \Codeception\Module
{
}