Acceptance Tests

This commit is contained in:
Paminger
2016-04-10 18:11:09 +02:00
parent 5b3d3c401d
commit 3b39752ab7
659 changed files with 59893 additions and 54 deletions
+3 -1
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');
@@ -9,3 +9,5 @@ $I->seeResponseIsJson();
$I->seeResponseContainsJson([
'success' => true,
'message' => 'User successfully logged in']);
*/