Completed
Push — master ( b56d23...592c2d )
by Vladimir
04:57
created
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.
src/Check/db/PDOCheck/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/mongo/Mongo/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.