ちんこ
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user