mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
MINOR: removed assertInstanceOf() check in test
git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@120831 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
51394ea80d
commit
9ed34abc8e
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user