Completed
Push — master ( e023ef...76e8cc )
by GIT
34:34 queued 14:31
created
tests/phpunit/Unit/ApiSemanticFormsSelectTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.