public function HttpCacheTestCase::assertExceptionsAreNotCaught in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Tests/HttpCache/HttpCacheTestCase.php \Symfony\Component\HttpKernel\Tests\HttpCache\HttpCacheTestCase::assertExceptionsAreNotCaught()
1 call to HttpCacheTestCase::assertExceptionsAreNotCaught()
- HttpCacheTest::testShouldNotCatchExceptions in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ HttpCacheTest.php
File
- vendor/
symfony/ http-kernel/ Tests/ HttpCache/ HttpCacheTestCase.php, line 101
Class
Namespace
Symfony\Component\HttpKernel\Tests\HttpCacheCode
public function assertExceptionsAreNotCaught() {
$this
->assertFalse($this->kernel
->isCatchingExceptions());
}