Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit96fefac

Browse files
committed
Remove dead code
1 parent8ddaaaa commit96fefac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ public function testHandleWhenControllerThrowsAThrowableAndCatchIsFalseWithAHand
110110

111111
$kernel =$this->getHttpKernel($dispatcher,function () {thrownew \TypeError('foo'); });
112112
$this->expectException(\TypeError::class);
113-
$response =$kernel->handle(newRequest(), HttpKernelInterface::MAIN_REQUEST,false);
114-
$this->assertEquals('foo',$response->getContent());
113+
$kernel->handle(newRequest(), HttpKernelInterface::MAIN_REQUEST,false);
115114
}
116115

117116
/**

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp