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.
2 parents 41b769c + bb2d0b3 commit bf73debCopy full SHA for bf73deb
Psr/Log/Test/LoggerInterfaceTest.php
@@ -4,14 +4,15 @@
4
5
use Psr\Log\LoggerInterface;
6
use Psr\Log\LogLevel;
7
+use PHPUnit\Framework\TestCase;
8
9
/**
10
* Provides a base test class for ensuring compliance with the LoggerInterface.
11
*
12
* Implementors can extend the class and implement abstract methods to run this
13
* as part of their test suite.
14
*/
-abstract class LoggerInterfaceTest extends \PHPUnit_Framework_TestCase
15
+abstract class LoggerInterfaceTest extends TestCase
16
{
17
18
* @return LoggerInterface
0 commit comments