We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21de4b6 commit c264cadCopy full SHA for c264cad
1 file changed
tests/phpunit/Unit/Formats/TreeTest.php
@@ -87,7 +87,7 @@ public function testGetResult_NoParentProperty() {
87
$testObject = new TreeResultPrinter( 'tree' );
88
89
$this->assertSame(
90
- '',
+ null,
91
$testObject->getResult( $queryResult, $params, SMW_OUTPUT_HTML ),
92
'Result should be empty.'
93
);
0 commit comments