mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 23:35:40 +08:00
fix(test): fix redundant terminal output during phpunit (#1194)
This commit is contained in:
@@ -2,8 +2,10 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
use Psr\Log\LogLevel;
|
||||
use StaticPHP\Registry\Registry;
|
||||
|
||||
require_once __DIR__ . '/../src/bootstrap.php';
|
||||
\StaticPHP\Registry\Registry::resolve();
|
||||
|
||||
logger()->setLevel(LogLevel::ERROR);
|
||||
|
||||
Registry::resolve();
|
||||
|
||||
Reference in New Issue
Block a user