mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
BUGFIX: removed use of deprecated phpunit call.
This commit is contained in:
parent
ef5664f777
commit
fab93f80df
@ -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/'),
|
||||
|
Loading…
Reference in New Issue
Block a user