mirror of
https://github.com/t404owo/t404null.git
synced 2025-12-13 18:38:47 +00: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/');
|