summaryrefslogtreecommitdiff
path: root/tests/unit/Web/THttpCookieCollectionTest.php
diff options
context:
space:
mode:
authorctrlaltca@gmail.com <>2011-06-20 16:49:53 +0000
committerctrlaltca@gmail.com <>2011-06-20 16:49:53 +0000
commita0d269954534e09c0b9c0f73c927b6eb764c21d9 (patch)
tree16dd9eba670fb6cca0e787ce5b715985bcca63b7 /tests/unit/Web/THttpCookieCollectionTest.php
parent444579affdb1d09813b2be89a59c4f10c8f4ba9b (diff)
some fixes on tests
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 ece8f275..5af12736 100644
--- a/tests/unit/Web/THttpCookieCollectionTest.php
+++ b/tests/unit/Web/THttpCookieCollectionTest.php
@@ -10,7 +10,7 @@ class THttpCookieCollectionTest extends PHPUnit_Framework_TestCase {
public function testConstruct() {
$coll=new THttpCookieCollection();
- self::assertType('THttpCookieCollection', $coll);
+ self::assertInstanceOf('THttpCookieCollection', $coll);
}
public function testInsertAt() {