mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
6 lines
151 B
PHP
6 lines
151 B
PHP
<?php
|
|
|
|
define('TEST_ROOT', __DIR__);
|
|
define('TEST_RESOURCES_ROOT', __DIR__ . '/resources');
|
|
|
|
require_once __DIR__ . '/helpers/MarkdownTestHelper.php';
|