diff options
Diffstat (limited to 'tests/unit/Web/THttpCookieCollectionTest.php')
-rw-r--r-- | tests/unit/Web/THttpCookieCollectionTest.php | 2 |
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() { |