mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-06 14:49:27 +00:00
d96a0e98d5
- Updated the api test suite - Added the script generate.php to automatically generate the test cases for the controllers
5 lines
153 B
Smarty
5 lines
153 B
Smarty
$I->sendGET("_CALL_", array(_PARAMETERS_));
|
|
$I->seeResponseCodeIs(200);
|
|
$I->seeResponseIsJson();
|
|
$I->seeResponseContainsJson(["error" => 0]);
|
|
$I->wait(); |