mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-25 10:33:18 +01:00
Fixing broken test
This commit is contained in:
parent
32b1944eba
commit
2ca59100ff
@ -33,7 +33,7 @@ class MonologLogAdapterTest extends \Guzzle\Tests\GuzzleTestCase
|
||||
$log->pushHandler($handler);
|
||||
$adapter = new MonologLogAdapter($log);
|
||||
|
||||
$adapter->log('test!', Logger::INFO);
|
||||
$adapter->log('test!', LOG_INFO);
|
||||
|
||||
$this->assertTrue($handler->hasInfoRecords());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user