Files
archived-web-bugs/tests/bootstrap.php
peterdd c2a59a52fa fix typo in tests/bootstrap.php
I had to fix the path there to enable running the phpunit tests.
2021-10-21 11:12:53 +02:00

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