Passed
Push — master ( f5f798...b56d23 )
by Vladimir
04:20
created
src/Check/sys/CpuPerformance/Test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 {
22 22
     public function testIntegration()
23 23
     {
24
-        $this->iterateConfTest(__DIR__ . '/config.example.yml');
24
+        $this->iterateConfTest(__DIR__.'/config.example.yml');
25 25
     }
26 26
 
27 27
     public function testCheck()
Please login to merge, or discard this patch.
src/Check/php/ClassExists/Test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 {
24 24
     public function testIntegration()
25 25
     {
26
-        $this->iterateConfTest(__DIR__ . '/config.example.yml');
26
+        $this->iterateConfTest(__DIR__.'/config.example.yml');
27 27
     }
28 28
 
29 29
     public function testCheck()
Please login to merge, or discard this patch.
src/Check/php/ExtensionLoaded/Test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 {
22 22
     public function testIntegration()
23 23
     {
24
-        $this->iterateConfTest(__DIR__ . '/config.example.yml');
24
+        $this->iterateConfTest(__DIR__.'/config.example.yml');
25 25
     }
26 26
 
27 27
     public function testCheck()
Please login to merge, or discard this patch.
src/Check/php/SecurityAdvisory/Test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 {
22 22
     public function testIntegration()
23 23
     {
24
-        $this->iterateConfTest(__DIR__ . '/config.example.yml');
24
+        $this->iterateConfTest(__DIR__.'/config.example.yml');
25 25
     }
26 26
 
27 27
     public function testCheck()
Please login to merge, or discard this patch.
src/Check/php/ApcMemory/Test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 {
22 22
     public function testIntegration()
23 23
     {
24
-        $this->iterateConfTest(__DIR__ . '/config.example.yml');
24
+        $this->iterateConfTest(__DIR__.'/config.example.yml');
25 25
     }
26 26
 
27 27
     public function testCheck()
Please login to merge, or discard this patch.
src/Check/php/PhpFlag/Test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 {
22 22
     public function testIntegration()
23 23
     {
24
-        $this->iterateConfTest(__DIR__ . '/config.example.yml');
24
+        $this->iterateConfTest(__DIR__.'/config.example.yml');
25 25
     }
26 26
 
27 27
     public function testCheck()
Please login to merge, or discard this patch.
src/Check/php/OpCacheMemory/Test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 {
22 22
     public function testIntegration()
23 23
     {
24
-        $this->iterateConfTest(__DIR__ . '/config.example.yml');
24
+        $this->iterateConfTest(__DIR__.'/config.example.yml');
25 25
     }
26 26
 
27 27
     public function testCheck()
Please login to merge, or discard this patch.
src/Check/php/ExtensionNotLoaded/Test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 {
22 22
     public function testIntegration()
23 23
     {
24
-        $this->iterateConfTest(__DIR__ . '/config.example.yml');
24
+        $this->iterateConfTest(__DIR__.'/config.example.yml');
25 25
     }
26 26
 
27 27
     public function testCheck()
Please login to merge, or discard this patch.
src/Check/php/PhpVersion/Test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 {
22 22
     public function testIntegration()
23 23
     {
24
-        $this->iterateConfTest(__DIR__ . '/config.example.yml');
24
+        $this->iterateConfTest(__DIR__.'/config.example.yml');
25 25
     }
26 26
 
27 27
     public function testCheck()
Please login to merge, or discard this patch.