Skip to content

Commit c264cad

Browse files
hexmodeJeroenDeDauw
authored andcommitted
assertSame fix
1 parent 21de4b6 commit c264cad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/Unit/Formats/TreeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function testGetResult_NoParentProperty() {
8787
$testObject = new TreeResultPrinter( 'tree' );
8888

8989
$this->assertSame(
90-
'',
90+
null,
9191
$testObject->getResult( $queryResult, $params, SMW_OUTPUT_HTML ),
9292
'Result should be empty.'
9393
);

0 commit comments

Comments
 (0)