We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50f69c commit bb2d0b3Copy full SHA for bb2d0b3
1 file changed
Psr/Log/Test/LoggerInterfaceTest.php
@@ -2,10 +2,6 @@
2
3
namespace Psr\Log\Test;
4
5
-if (!class_exists('PHPUnit\\Framework\\TestCase', true)) {
6
- class_alias('PHPUnit_Framework_TestCase', 'PHPUnit\\Framework\\TestCase');
7
-}
8
-
9
use Psr\Log\LoggerInterface;
10
use Psr\Log\LogLevel;
11
use PHPUnit\Framework\TestCase;
0 commit comments