CodeCeption

This commit is contained in:
Paminger
2016-04-11 07:08:46 +02:00
parent 20ea242f35
commit 1f236b4b5a
12 changed files with 4144 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace Helper;
// here you can define custom actions
// all public methods declared in helper class will be available in $I
class Api extends \Codeception\Module
{
}