public function HttpCacheTestCase::assertExceptionsAreCaught

1 call to HttpCacheTestCase::assertExceptionsAreCaught()
HttpCacheTest::testShouldCatchExceptions 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 100

Class

HttpCacheTestCase

Namespace

Symfony\Component\HttpKernel\Tests\HttpCache

Code

public function assertExceptionsAreCaught() {
  $this
    ->assertTrue($this->kernel
    ->isCatchingExceptions());
}