Skip to content

Commit

Permalink
Merge pull request #55 from DQNEO/namespaced-phpunit
Browse files Browse the repository at this point in the history
use namespaced PHPUnit
  • Loading branch information
Seldaek committed Oct 25, 2019
2 parents 41b769c + bb2d0b3 commit bf73deb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Psr/Log/Test/LoggerInterfaceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@

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

/**
* Provides a base test class for ensuring compliance with the LoggerInterface.
*
* Implementors can extend the class and implement abstract methods to run this
* as part of their test suite.
*/
abstract class LoggerInterfaceTest extends \PHPUnit_Framework_TestCase
abstract class LoggerInterfaceTest extends TestCase
{
/**
* @return LoggerInterface
Expand Down

0 comments on commit bf73deb

Please sign in to comment.