mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-02 14:25:38 +08:00
rename test folder
This commit is contained in:
@@ -59,7 +59,7 @@ require PHPUNIT_COMPOSER_INSTALL;
|
|||||||
$starttime = microtime(true);
|
$starttime = microtime(true);
|
||||||
go(function () {
|
go(function () {
|
||||||
try {
|
try {
|
||||||
require_once __DIR__.'/../test/bootstrap.php';
|
require_once __DIR__ . '/../tests/bootstrap.php';
|
||||||
PHPUnit\TextUI\Command::main(false);
|
PHPUnit\TextUI\Command::main(false);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
echo $e->getMessage() . PHP_EOL;
|
echo $e->getMessage() . PHP_EOL;
|
||||||
|
|||||||
Reference in New Issue
Block a user