mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-02 14:25:38 +08:00
add proxy server command and update lowest version of PHP >= 8.0
This commit is contained in:
@@ -9,7 +9,6 @@ use PHPUnit\Runner\BaseTestRunner;
|
||||
use PHPUnit\Runner\PhptTestCase;
|
||||
use PHPUnit\Util\Color;
|
||||
use PHPUnit\Util\TestDox\CliTestDoxPrinter;
|
||||
use Throwable;
|
||||
|
||||
class ZMResultPrinter extends CliTestDoxPrinter
|
||||
{
|
||||
@@ -164,7 +163,7 @@ class ZMResultPrinter extends CliTestDoxPrinter
|
||||
}
|
||||
}
|
||||
|
||||
protected function formatTestResultMessage(Throwable $t, array $result, ?string $prefix = null): string
|
||||
protected function formatTestResultMessage(\Throwable $t, array $result, ?string $prefix = null): string
|
||||
{
|
||||
$message = $this->formatThrowable($t, $result['status']);
|
||||
$diff = '';
|
||||
|
||||
Reference in New Issue
Block a user