This commit is contained in:
Paminger
2016-04-13 07:49:01 +02:00
parent d689953b83
commit 4b5211a9c6
6 changed files with 10 additions and 8 deletions
@@ -1,4 +1,4 @@
<?php //[STAMP] 3abac3f0262c5ea1edf63ad9637f04cd
<?php //[STAMP] 03e135a2fbbf6131c62df2f93298f4ee
namespace _generated;
// This class was automatically generated by build task
+2 -2
View File
@@ -1,5 +1,5 @@
<?php
/*
$I = new ApiTester($scenario);
$I->wantTo('test the Login API');
$I->haveHttpHeader('FHC-API-KEY', 'testapikey@fhcomplete.org');
@@ -10,4 +10,4 @@ $I->seeResponseContainsJson([
'success' => true,
'message' => 'User successfully logged in']);
*/