Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 696900e

Browse files
committed
[HttpKernel] fixed failing test
1 parent 52124eb commit 696900e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Symfony/Component/HttpKernel/Tests/Debug/ErrorHandlerTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ public function testHandle()
7272
$that = $this;
7373
$warnArgCheck = function($message, $context) use ($that) {
7474
$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);
7975
$that->assertArrayHasKey('type', $context);
8076
$that->assertEquals($context['type'], ErrorHandler::TYPE_DEPRECATION);
8177
$that->assertArrayHasKey('stack', $context);

0 commit comments

Comments
 (0)