@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | protected function setUp(): void { |
26 | 26 | parent::setUp(); |
27 | 27 | $parameters = [ 'action' => 'sformsselect', 'approach' => 'smw', |
28 | - 'query' => 'abc', 'sep' => ',' ]; |
|
28 | + 'query' => 'abc', 'sep' => ',' ]; |
|
29 | 29 | |
30 | 30 | $this->ApiMain = new ApiMain( |
31 | 31 | $this->newRequestContext( $parameters ), true |
@@ -69,7 +69,7 @@ discard block |
||
69 | 69 | |
70 | 70 | public function testGetParamDescription() { |
71 | 71 | $tdata = [ 'approach' => 'The actual approach: function or smw', |
72 | - 'query' => 'The query of the former' ]; |
|
72 | + 'query' => 'The query of the former' ]; |
|
73 | 73 | $this->assertEquals( $this->ApiSFS->getParamDescription(), $tdata ); |
74 | 74 | } |
75 | 75 |