mirror of
https://github.com/php/web-bugs.git
synced 2026-03-24 15:52:09 +01:00
8 lines
244 B
PHP
8 lines
244 B
PHP
<?php declare(strict_types=1);
|
|
|
|
require_once __DIR__ . '/../vendor/autoload.php';
|
|
|
|
define('TEST_FIXTURES_DIRECTORY', __DIR__ . '/fixtures');
|
|
define('TEST_MOCKS_DIRECTORY', __DIR__ . '/Mocks');
|
|
define('TEST_VAR_DIRECTORY', __DIR__ . '/../var');
|