summaryrefslogtreecommitdiff
path: root/tests/unit/Web/THttpCookieCollectionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Web/THttpCookieCollectionTest.php')
-rw-r--r--tests/unit/Web/THttpCookieCollectionTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Web/THttpCookieCollectionTest.php b/tests/unit/Web/THttpCookieCollectionTest.php
index 14b3f923..4ddc4da3 100644
--- a/tests/unit/Web/THttpCookieCollectionTest.php
+++ b/tests/unit/Web/THttpCookieCollectionTest.php
@@ -13,7 +13,7 @@ class THttpCookieCollectionTest extends PHPUnit_Framework_TestCase {
public function testConstruct() {
$coll=new THttpCookieCollection();
- self::assertInstanceOf('THttpCookieCollection', $coll);
+ self::assertInstanceOf('Prado\\Web\\THttpCookieCollection', $coll);
}
public function testInsertAt() {