Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix HandlerLoaderTest::testHandlerForProcessor
ProcessableHandlerInterface::pushProcessor expects the $callback argument to be a callable. Fix the following error: PHPUnit 5.7.27 by Sebastian Bergmann and contributors. ....................E...........................WWWWWWWWWWWWWWWWW 65 / 97 ( 67%) WWWWW....WWWWWWWWW.............. 97 / 97 (100%) Time: 101 ms, Memory: 8.00MB There was 1 error: 1) Cascade\Tests\Config\Loader\ClassLoader\HandlerLoaderTest::testHandlerForProcessor TypeError: Argument 1 passed to Mock_TestHandler_f2eedf4c::pushProcessor() must be callable, string given, called in /home/danilo/monolog-cascade/src/Config/Loader/ClassLoader/HandlerLoader.php on line 187 /home/danilo/monolog-cascade/src/Config/Loader/ClassLoader/HandlerLoader.php:187 /home/danilo/monolog-cascade/tests/Config/Loader/ClassLoader/HandlerLoaderTest.php:263
- Loading branch information