@@ -15,5 +15,5 @@ |
||
| 15 | 15 | */ |
| 16 | 16 | abstract class TestCase extends PHPUnitTestCase |
| 17 | 17 | { |
| 18 | - use MockeryPHPUnitIntegration; |
|
| 18 | + use MockeryPHPUnitIntegration; |
|
| 19 | 19 | } |
@@ -15,4 +15,4 @@ |
||
| 15 | 15 | mb_regex_encoding('UTF-8'); |
| 16 | 16 | mb_internal_encoding('UTF-8'); |
| 17 | 17 | |
| 18 | -require_once dirname(__DIR__) . '/vendor/autoload.php'; |
|
| 18 | +require_once dirname(__DIR__).'/vendor/autoload.php'; |
|