From fab93f80df203a75dc2dcc4fba721115ce4a9007 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Tue, 5 Apr 2011 14:16:54 +1200 Subject: [PATCH] BUGFIX: removed use of deprecated phpunit call. --- tests/DocumentationViewerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/DocumentationViewerTest.php b/tests/DocumentationViewerTest.php index 760503a..aa7d33c 100644 --- a/tests/DocumentationViewerTest.php +++ b/tests/DocumentationViewerTest.php @@ -99,7 +99,7 @@ class DocumentationViewerTest extends FunctionalTest { $this->assertFalse($child1->Children); $child2 = $pagesArr[2]; - $this->assertType('DataObjectSet', $child2->Children); + $this->assertInstanceOf('DataObjectSet', $child2->Children); $this->assertEquals( array('subfolder/subpage.md', 'subfolder/subsubfolder/'),