forked from loafle/openapi-generator-original
add __toString and update php sample
This commit is contained in:
@@ -10,6 +10,9 @@ class PetApiTest extends \PHPUnit_Framework_TestCase
|
||||
// for error reporting (need to run with php5.3 to get no warning)
|
||||
//ini_set('display_errors', 1);
|
||||
//error_reporting(~0);
|
||||
ini_set('display_startup_errors',1);
|
||||
ini_set('display_errors',1);
|
||||
error_reporting(-1);
|
||||
|
||||
// enable debugging
|
||||
//SwaggerClient\Configuration::$debug = true;
|
||||
|
||||
Reference in New Issue
Block a user