rename test folder

This commit is contained in:
sunxyw
2022-03-28 16:41:13 +08:00
parent 37b5d954e9
commit 700b854434
12 changed files with 1 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ require PHPUNIT_COMPOSER_INSTALL;
$starttime = microtime(true);
go(function () {
try {
require_once __DIR__.'/../test/bootstrap.php';
require_once __DIR__ . '/../tests/bootstrap.php';
PHPUnit\TextUI\Command::main(false);
} catch (Exception $e) {
echo $e->getMessage() . PHP_EOL;