diff options
author | Jordi Boggiano <j.boggiano@seld.be> | 2016-03-01 18:12:45 +0000 |
---|---|---|
committer | Jordi Boggiano <j.boggiano@seld.be> | 2016-03-01 18:12:45 +0000 |
commit | f1091c3b97b5a597871d7bc375de310cf1965d19 (patch) | |
tree | c1ef95f853c536ee92823a719bea3a27af67d546 /tests/Monolog/Handler/AbstractHandlerTest.php | |
parent | 3d87f3ce4f48f1d64b8807e6c07fb99c213a8786 (diff) | |
download | monolog-f1091c3b97b5a597871d7bc375de310cf1965d19.zip monolog-f1091c3b97b5a597871d7bc375de310cf1965d19.tar.gz monolog-f1091c3b97b5a597871d7bc375de310cf1965d19.tar.bz2 |
CS fixes
Diffstat (limited to 'tests/Monolog/Handler/AbstractHandlerTest.php')
-rw-r--r-- | tests/Monolog/Handler/AbstractHandlerTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Monolog/Handler/AbstractHandlerTest.php b/tests/Monolog/Handler/AbstractHandlerTest.php index 17b7eef..9c3cc3a 100644 --- a/tests/Monolog/Handler/AbstractHandlerTest.php +++ b/tests/Monolog/Handler/AbstractHandlerTest.php @@ -13,7 +13,6 @@ namespace Monolog\Handler; use Monolog\TestCase; use Monolog\Logger; -use Monolog\Processor\WebProcessor; class AbstractHandlerTest extends TestCase { |