mirror of
https://github.com/php/web-bugs.git
synced 2026-03-23 23:32:07 +01:00
fix typo in tests/bootstrap.php
I had to fix the path there to enable running the phpunit tests.
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
require_once __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
define('TEST_FIXTURES_DIRECTORY', __DIR__ . '/Fixtures');
|
||||
define('TEST_FIXTURES_DIRECTORY', __DIR__ . '/fixtures');
|
||||
define('TEST_MOCKS_DIRECTORY', __DIR__ . '/Mocks');
|
||||
define('TEST_VAR_DIRECTORY', __DIR__ . '/../var');
|
||||
|
||||
Reference in New Issue
Block a user