認証ユニットテスト
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user