File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public function __construct( Store $store ) {
3737	}
3838
3939	/** 
40- 	 * Creates a new SMWQueryResult  from passed arguments, 
40+ 	 * Creates a new QueryResult  from passed arguments, 
4141	 * utilizing the {@see SMWQueryProcessor} 
4242	 * 
4343	 * @since 1.0 
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ protected function setUp(): void {
2727			->disableOriginalConstructor ()
2828			->getMock ();
2929
30- 		$ queryResult  = $ this  ->getMockBuilder ( ' \SMWQueryResult '   )
30+ 		$ queryResult  = $ this  ->getMockBuilder ( QueryResult::class  )
3131			->disableOriginalConstructor ()
3232			->getMock ();
3333
@@ -117,7 +117,7 @@ public function testCanConstructSubobjectParserFunction() {
117117
118118	public  function  testCanConstructLuaAskResultProcessor () {
119119
120- 		$ queryResult  = $ this  ->getMockBuilder ( ' \SMWQueryResult '   )
120+ 		$ queryResult  = $ this  ->getMockBuilder ( QueryResult::class  )
121121			->disableOriginalConstructor ()
122122			->getMock ();
123123
Original file line number Diff line number Diff 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 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments