Skip to content

Commit

Permalink
Remove alias as PHPUnit 4.8.35+ ships with it which is supporting PHP…
Browse files Browse the repository at this point in the history
… 5.3
  • Loading branch information
Seldaek committed Oct 25, 2019
1 parent e50f69c commit bb2d0b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Psr/Log/Test/LoggerInterfaceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

namespace Psr\Log\Test;

if (!class_exists('PHPUnit\\Framework\\TestCase', true)) {
class_alias('PHPUnit_Framework_TestCase', 'PHPUnit\\Framework\\TestCase');
}

use Psr\Log\LoggerInterface;
use Psr\Log\LogLevel;
use PHPUnit\Framework\TestCase;
Expand Down

0 comments on commit bb2d0b3

Please sign in to comment.