XBackBone/tests/bootstrap.php
2020-09-27 15:47:19 +02:00

8 lines
238 B
PHP

<?php
define('BASE_DIR', realpath(__DIR__.'/../').DIRECTORY_SEPARATOR);
define('PLATFORM_VERSION', json_decode(file_get_contents(BASE_DIR.'composer.json'))->version);
define('CONFIG_FILE', BASE_DIR.'tests/config.test.php');
ob_start();