diff options
author | Jordi Boggiano <j.boggiano@seld.be> | 2016-05-20 20:09:02 +0100 |
---|---|---|
committer | Jordi Boggiano <j.boggiano@seld.be> | 2016-05-20 20:09:02 +0100 |
commit | d7b415c2c8dc50a506947f2b77d7581b49e1a4ae (patch) | |
tree | 3e7d3ba3970e978a1837b1ff8dd77ba533b7398e /tests/Monolog/Handler/PHPConsoleHandlerTest.php | |
parent | 1161b23148a038983e8752d6b6c84652da15ba3d (diff) | |
download | monolog-d7b415c2c8dc50a506947f2b77d7581b49e1a4ae.zip monolog-d7b415c2c8dc50a506947f2b77d7581b49e1a4ae.tar.gz monolog-d7b415c2c8dc50a506947f2b77d7581b49e1a4ae.tar.bz2 |
Make TestCase class available to dependents to help with testing
Diffstat (limited to 'tests/Monolog/Handler/PHPConsoleHandlerTest.php')
-rw-r--r-- | tests/Monolog/Handler/PHPConsoleHandlerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Monolog/Handler/PHPConsoleHandlerTest.php b/tests/Monolog/Handler/PHPConsoleHandlerTest.php index d366581..caa4f04 100644 --- a/tests/Monolog/Handler/PHPConsoleHandlerTest.php +++ b/tests/Monolog/Handler/PHPConsoleHandlerTest.php @@ -14,7 +14,7 @@ namespace Monolog\Handler; use Exception; use Monolog\ErrorHandler; use Monolog\Logger; -use Monolog\TestCase; +use Monolog\Test\TestCase; use PhpConsole\Connector; use PhpConsole\Dispatcher\Debug as DebugDispatcher; use PhpConsole\Dispatcher\Errors as ErrorDispatcher; |