@@ -65,7 +65,7 @@ discard block |
||
65 | 65 | ) { |
66 | 66 | |
67 | 67 | $parameters = [ 'approach' => 'smw', 'query' => 'foo, baa, gaah', |
68 | - 'sep' => ',' ]; |
|
68 | + 'sep' => ',' ]; |
|
69 | 69 | |
70 | 70 | $this->assertIsObject( |
71 | 71 | $this->ApiSFSRP->getJsonDecodedResultValuesForRequestParameters( |
@@ -88,7 +88,7 @@ discard block |
||
88 | 88 | public function testSetDebugFlag_doProcessQueryFor() { |
89 | 89 | $this->ApiSFSRP->setDebugFlag( true ); |
90 | 90 | $parameters = [ 'approach' => 'smw', 'query' => 'my Query,query2', |
91 | - 'sep' => ',' ]; |
|
91 | + 'sep' => ',' ]; |
|
92 | 92 | |
93 | 93 | $this->assertIsObject( |
94 | 94 | $this->ApiSFSRP->getJsonDecodedResultValuesForRequestParameters( |