update php test case with higher memory limit

This commit is contained in:
wing328
2016-02-18 16:40:13 +08:00
parent 61215f31fb
commit fd9a62adbe
2 changed files with 19 additions and 639 deletions

View File

@@ -2,6 +2,10 @@
require_once('autoload.php');
// increase memory limit to avoid fatal error due to findPetByStatus
// returning a lot of data
ini_set('memory_limit', '256M');
class PetApiTest extends \PHPUnit_Framework_TestCase
{