forked from loafle/openapi-generator-original
add test case for loginUser, separate test cases into different files
This commit is contained in:
@@ -7,8 +7,9 @@ class PetApiTest extends \PHPUnit_Framework_TestCase
|
||||
|
||||
// add a new pet (id 10005) to ensure the pet object is available for all the tests
|
||||
public static function setUpBeforeClass() {
|
||||
ini_set('display_errors', 1);
|
||||
error_reporting(~0);
|
||||
// for error reporting (need to run with php5.3 to get no warning)
|
||||
//ini_set('display_errors', 1);
|
||||
//error_reporting(~0);
|
||||
|
||||
// enable debugging
|
||||
//SwaggerClient\Configuration::$debug = true;
|
||||
|
||||
Reference in New Issue
Block a user