Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52124eb commit 696900eCopy full SHA for 696900e
src/Symfony/Component/HttpKernel/Tests/Debug/ErrorHandlerTest.php
@@ -72,10 +72,6 @@ public function testHandle()
72
$that = $this;
73
$warnArgCheck = function($message, $context) use ($that) {
74
$that->assertEquals('foo', $message);
75
- $that->assertArrayHasKey('file', $context);
76
- $that->assertEquals($context['file'], 'foo.php');
77
- $that->assertArrayHasKey('line', $context);
78
- $that->assertEquals($context['line'], 12);
79
$that->assertArrayHasKey('type', $context);
80
$that->assertEquals($context['type'], ErrorHandler::TYPE_DEPRECATION);
81
$that->assertArrayHasKey('stack', $context);
0 commit comments