認証ユニットテスト

This commit is contained in:
2025-12-22 20:04:51 +09:00
parent e648d83d08
commit 3a7bbb635a
2 changed files with 227 additions and 0 deletions

View File

@@ -1,8 +1,12 @@
<?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';
mb_internal_encoding('UTF-8');
header('Content-Type: text/plain; charset=UTF-8');
$testDir = __DIR__.DIRECTORY_SEPARATOR.'src/Site/Test';
$testFiles = glob($testDir.'/*.php');