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

Merge pull request #1587 from nicolas-grekas/psr-log2

Allow psr/log 2.0
This commit is contained in:
Jordi Boggiano
2021-09-14 15:21:42 +02:00
committed by GitHub
5 changed files with 146 additions and 12 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
{