From 4c55c25f00b07b1a7beef375420f755b3313aed1 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Fri, 3 Oct 2014 06:33:55 -0400 Subject: [PATCH] Cleared out instances --- tests/RouterTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/RouterTest.php b/tests/RouterTest.php index 405ed2a..57f7ab8 100644 --- a/tests/RouterTest.php +++ b/tests/RouterTest.php @@ -65,6 +65,8 @@ namespace // work. That logic is off in ResourceTest public function testFoundWithUID() { + Pickles\Object::$instances = []; + $_SERVER['REQUEST_METHOD'] = 'GET'; $_SERVER['SERVER_NAME'] = '127.0.0.1';