Skip to content

Commit 8312697

Browse files
authored
Update LuaAskResultProcessorTest.php
1 parent b1ec036 commit 8312697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/phpunit/Unit/LuaAskResultProcessorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class LuaAskResultProcessorTest extends TestCase {
3030
private $queryResult;
3131

3232
/**
33-
* Set-up method prepares a mock {@see \SMWQueryResult}
33+
* Set-up method prepares a mock {@see QueryResult}
3434
*/
3535
protected function setUp(): void {
3636

@@ -65,7 +65,7 @@ public function testCanConstruct() {
6565
}
6666

6767
/**
68-
* Tests the conversion of a {@see \SMWQueryResult} in a lua table
68+
* Tests the conversion of a {@see QueryResult} in a lua table
6969
*
7070
* @return void
7171
* @see LuaAskResultProcessor::getProcessedResult

0 commit comments

Comments
 (0)