Completed
Push — master ( f95de3...4b29a6 )
by
unknown
15:25
created
tests/phpunit/Unit/ApiSemanticFormsSelectRequestProcessorTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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(
Please login to merge, or discard this patch.