1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-13 00:24:10 +02:00

Fix CI to allow psr/log v2

This commit is contained in:
Nicolas Grekas
2021-09-13 12:13:06 +02:00
parent 57e3fe3173
commit 203bb1b6f5
5 changed files with 144 additions and 10 deletions

View File

@@ -22,6 +22,8 @@ use Rollbar\RollbarLogger;
* @see https://rollbar.com/docs/notifier/rollbar-php/
*
* @coversDefaultClass Monolog\Handler\RollbarHandler
*
* @requires function \Rollbar\RollbarLogger::__construct
*/
class RollbarHandlerTest extends TestCase
{