summaryrefslogtreecommitdiff
path: root/tests/unit/Xml/TRssFeedDocumentTest.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/Xml/TRssFeedDocumentTest.php
parent444579affdb1d09813b2be89a59c4f10c8f4ba9b (diff)
some fixes on tests
Diffstat (limited to 'tests/unit/Xml/TRssFeedDocumentTest.php')
-rw-r--r--tests/unit/Xml/TRssFeedDocumentTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Xml/TRssFeedDocumentTest.php b/tests/unit/Xml/TRssFeedDocumentTest.php
index e49b5eca..6d96444a 100644
--- a/tests/unit/Xml/TRssFeedDocumentTest.php
+++ b/tests/unit/Xml/TRssFeedDocumentTest.php
@@ -120,7 +120,7 @@ class TRssFeedDocumentTest extends PHPUnit_Framework_TestCase {
$feed->addItem($item);
$items = $feed->getItems();
/* var_dump($items);
- self::assertType($items[0], 'TRssItem');*/
+ self::assertInstanceOf($items[0], 'TRssItem');*/
}
public function testSetImage() {