2020-04-14 22:08:51 +00:00
|
|
|
<?php
|
|
|
|
|
2020-09-26 18:53:07 +00:00
|
|
|
define('BASE_DIR', realpath(__DIR__.'/../').DIRECTORY_SEPARATOR);
|
|
|
|
define('PLATFORM_VERSION', json_decode(file_get_contents(BASE_DIR.'composer.json'))->version);
|
2020-09-27 13:47:19 +00:00
|
|
|
define('CONFIG_FILE', BASE_DIR.'tests/config.test.php');
|
2020-09-26 18:53:07 +00:00
|
|
|
|
2020-04-14 22:08:51 +00:00
|
|
|
ob_start();
|