From 67246b30dc7fc8e93b8a868954f647757d055f36 Mon Sep 17 00:00:00 2001 From: Bill Karwin Date: Sat, 16 Oct 2010 12:36:55 -0700 Subject: [PATCH] Fix unit tests, they were not working because of namespace changes and class refactoring. --- test/CookieJarTest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/CookieJarTest.php b/test/CookieJarTest.php index a7090fe344..3f8f26be16 100644 --- a/test/CookieJarTest.php +++ b/test/CookieJarTest.php @@ -26,11 +26,6 @@ use Zend\Http; use Zend\Http\Response; -/** - * Test helper - */ - - /** * Zend_Http_CookieJar unit tests *