ちんこ

This commit is contained in:
2025-12-22 20:45:57 +09:00
parent 3a7bbb635a
commit 3b96986a85
6 changed files with 403 additions and 388 deletions

View File

@@ -1,13 +1,13 @@
<?php
require_once __DIR__.DIRECTORY_SEPARATOR.'/autoload.php';
require_once __DIR__.DIRECTORY_SEPARATOR.'/util.php';
define('ROOT', realpath(__DIR__));
require_once __DIR__.DIRECTORY_SEPARATOR.'/config/config.php';
require_once ROOT.'/util.php';
require_once ROOT.'/config/config.php';
mb_internal_encoding('UTF-8');
header('Content-Type: text/plain; charset=UTF-8');
$testDir = __DIR__.DIRECTORY_SEPARATOR.'src/Site/Test';
$testDir = ROOT.'/src/Site/Test';
$testFiles = glob($testDir.'/*.php');
if (empty($testFiles)) {