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
+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']);
*/