mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 09:06:10 +02:00
Remove assertInternalType that it is deprecated
This commit is contained in:
@@ -138,7 +138,7 @@ class RavenHandlerTest extends TestCase
|
||||
|
||||
// check to see if its reset
|
||||
$handler->handle($recordWithNoContext);
|
||||
$this->assertInternalType('array', $ravenClient->context->user);
|
||||
$this->assertIsArray($ravenClient->context->user);
|
||||
$this->assertSame('test_user_id', $ravenClient->context->user['id']);
|
||||
|
||||
// handle with null context
|
||||
|
Reference in New Issue
Block a user