public function HttpCacheTestCase::assertExceptionsAreNotCaught

1 call to HttpCacheTestCase::assertExceptionsAreNotCaught()
HttpCacheTest::testShouldNotCatchExceptions in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php, line 105

Class

HttpCacheTestCase

Namespace

Symfony\Component\HttpKernel\Tests\HttpCache

Code

public function assertExceptionsAreNotCaught() {
  $this
    ->assertFalse($this->kernel
    ->isCatchingExceptions());
}