static-php-cli/tests/bootstrap.php

10 lines
196 B
PHP
Raw Normal View History

2024-10-03 10:45:05 +08:00
<?php
declare(strict_types=1);
use Psr\Log\LogLevel;
2024-10-03 10:45:05 +08:00
require_once __DIR__ . '/../src/bootstrap.php';
\StaticPHP\Registry\Registry::checkLoadedRegistries();
logger()->setLevel(LogLevel::ERROR);