public function HttpCacheTest::testShouldNotCatchExceptions in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/Tests/HttpCache/HttpCacheTest.php \Symfony\Component\HttpKernel\Tests\HttpCache\HttpCacheTest::testShouldNotCatchExceptions()
File
- vendor/
symfony/ http-kernel/ Tests/ HttpCache/ HttpCacheTest.php, line 1034
Class
Namespace
Symfony\Component\HttpKernel\Tests\HttpCacheCode
public function testShouldNotCatchExceptions() {
$this
->catchExceptions(false);
$this
->setNextResponse();
$this
->request('GET', '/');
$this
->assertExceptionsAreNotCaught();
}