mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-10 23:24:02 +02:00
Use namespaced phpunit classes, fixes #983
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Monolog;
|
||||
|
||||
use Monolog\Handler\TestHandler;
|
||||
|
||||
class ErrorHandlerTest extends \PHPUnit_Framework_TestCase
|
||||
class ErrorHandlerTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
public function testRegister()
|
||||
{
|
||||
|
Reference in New Issue
Block a user