Completed
Push — master ( 2c3288...b4eff5 )
by Alex
02:34
created
Tests/CustomClientTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-require_once(__DIR__.'/../CustomClient.php');
3
+require_once(__DIR__ . '/../CustomClient.php');
4 4
 
5 5
 class CustomClientTest extends \PHPUnit\Framework\TestCase
6 6
 {
Please login to merge, or discard this patch.
Tests/CurlWrapperUnitTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-require_once(__DIR__.'/../CurlWrapper.php');
3
+require_once(__DIR__ . '/../CurlWrapper.php');
4 4
 
5 5
 class CurlWrapperUnitTest extends \PHPUnit\Framework\TestCase
6 6
 {
Please login to merge, or discard this patch.