Passed
Push — master ( 8c9bff...4a5f81 )
by Petr
07:38 queued 05:12
created
php-tests/TasksTests/ParamsTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
     public function testOption(): void
13 13
     {
14 14
         $instance = new Params\Option();
15
-        $instance->setData('mnb', 'vcx', 'pewrit','tdtr', null, 'rsef');
15
+        $instance->setData('mnb', 'vcx', 'pewrit', 'tdtr', null, 'rsef');
16 16
         $instance->setValue('zrsg');
17 17
         $this->assertEquals('zrsg', $instance->getValue());
18 18
         $this->assertEquals('mnb', $instance->getVariable());
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
         $this->assertEquals('rsef', $instance->getDescription());
24 24
 
25 25
         $instance2 = new Params\Option();
26
-        $instance2->setData('fdh', 'gjx', 'wvgsdh',false, 'm', 'vsdfvd');
26
+        $instance2->setData('fdh', 'gjx', 'wvgsdh', false, 'm', 'vsdfvd');
27 27
         $this->assertEquals('fdh', $instance2->getVariable());
28 28
         $this->assertEquals('gjx', $instance2->getCliKey());
29 29
         $this->assertEquals('wvgsdh', $instance2->getMatch());
Please login to merge, or discard this patch.