Passed
Push — master ( f5f798...b56d23 )
by Vladimir
04:20
created
src/Check/fs/DiskFree/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/fs/YamlFile/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/fs/XmlFile/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/fs/IniFile/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/fs/DiskUsage/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/fs/JsonFile/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/fs/DirReadable/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/fs/DirWritable/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/rabbitmq/RabbitMQ/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.