Files

6 lines
136 B
PHP
Raw Permalink Normal View History

2024-02-08 12:07:49 -07:00
<?php
require __DIR__ . '/../vendor/autoload.php';
require __DIR__ . '/TestCase.php';
define('TEST_FILES_PATH', __DIR__ . '/_files/');