mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
MINOR: removed assertInstanceOf call as this is phpunit 3.6 only.
This commit is contained in:
parent
7381733b4c
commit
ff50ef1a1e
@ -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…
Reference in New Issue
Block a user