composer update
This commit is contained in:
@@ -2,4 +2,7 @@
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
require __DIR__ . '/TestCase.php';
|
||||
|
||||
define('TEST_FILES_PATH', __DIR__ . '/_files/');
|
||||
define(
|
||||
'TEST_FILES_PATH',
|
||||
__DIR__ . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR
|
||||
);
|
||||
|
Reference in New Issue
Block a user