Cleared out instances

This commit is contained in:
Josh Sherman 2014-10-03 06:33:55 -04:00
parent 1a589efe12
commit 4c55c25f00

View file

@ -65,6 +65,8 @@ namespace
// work. That logic is off in ResourceTest // work. That logic is off in ResourceTest
public function testFoundWithUID() public function testFoundWithUID()
{ {
Pickles\Object::$instances = [];
$_SERVER['REQUEST_METHOD'] = 'GET'; $_SERVER['REQUEST_METHOD'] = 'GET';
$_SERVER['SERVER_NAME'] = '127.0.0.1'; $_SERVER['SERVER_NAME'] = '127.0.0.1';