Core/tests/bootstrap.php

9 lines
158 B
PHP
Raw Normal View History

<?php
declare(strict_types=1);
ini_set('xdebug.mode=coverage', 'on');
define('APP_ROOT', __DIR__ . '/..');
require_once APP_ROOT . '/vendor/autoload.php';