From 9ed34abc8e9b09a61e443f2e6e54c0d5a3b99f77 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Mon, 15 Aug 2011 02:49:22 +0000 Subject: [PATCH] MINOR: removed assertInstanceOf() check in test git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@120831 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- sapphiredocs/tests/DocumentationViewerTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/sapphiredocs/tests/DocumentationViewerTest.php b/sapphiredocs/tests/DocumentationViewerTest.php index 8b0584b..c7d9541 100755 --- a/sapphiredocs/tests/DocumentationViewerTest.php +++ b/sapphiredocs/tests/DocumentationViewerTest.php @@ -146,8 +146,6 @@ class DocumentationViewerTest extends FunctionalTest { $this->assertFalse($child1->Children); $child2 = $pagesArr[2]; - $this->assertInstanceOf('DataObjectSet', $child2->Children); - $this->assertEquals( array('subfolder/subpage.md', 'subfolder/subsubfolder/'), $child2->Children->column('Filename')