Skip to content

Commit bf73deb

Browse files
authored
Merge pull request #55 from DQNEO/namespaced-phpunit
use namespaced PHPUnit
2 parents 41b769c + bb2d0b3 commit bf73deb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Psr/Log/Test/LoggerInterfaceTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44

55
use Psr\Log\LoggerInterface;
66
use Psr\Log\LogLevel;
7+
use PHPUnit\Framework\TestCase;
78

89
/**
910
* Provides a base test class for ensuring compliance with the LoggerInterface.
1011
*
1112
* Implementors can extend the class and implement abstract methods to run this
1213
* as part of their test suite.
1314
*/
14-
abstract class LoggerInterfaceTest extends \PHPUnit_Framework_TestCase
15+
abstract class LoggerInterfaceTest extends TestCase
1516
{
1617
/**
1718
* @return LoggerInterface

0 commit comments

Comments
 (0)