fix typo in tests/bootstrap.php

I had to fix the path there to enable running the phpunit tests.
This commit is contained in:
peterdd
2021-09-18 22:14:21 +02:00
committed by Nikita Popov
parent 5853f7850c
commit c2a59a52fa

View File

@@ -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');