@@ -1,6 +1,6 @@ |
||
| 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 | { |
@@ -1,6 +1,6 @@ |
||
| 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 | { |