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 3b96db2 commit b1ec036Copy full SHA for b1ec036
tests/phpunit/Unit/LibraryFactoryTest.php
@@ -27,7 +27,7 @@ protected function setUp(): void {
27
->disableOriginalConstructor()
28
->getMock();
29
30
- $queryResult = $this->getMockBuilder( '\SMWQueryResult' )
+ $queryResult = $this->getMockBuilder( QueryResult::class )
31
32
33
@@ -117,7 +117,7 @@ public function testCanConstructSubobjectParserFunction() {
117
118
public function testCanConstructLuaAskResultProcessor() {
119
120
121
122
123
0 commit comments