mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
6 lines
136 B
PHP
6 lines
136 B
PHP
<?php
|
|
require __DIR__ . '/../vendor/autoload.php';
|
|
require __DIR__ . '/TestCase.php';
|
|
|
|
define('TEST_FILES_PATH', __DIR__ . '/_files/');
|