public function HttpCacheTestCase::catchExceptions

2 calls to HttpCacheTestCase::catchExceptions()
HttpCacheTest::testShouldCatchExceptions in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php
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 152

Class

HttpCacheTestCase

Namespace

Symfony\Component\HttpKernel\Tests\HttpCache

Code

public function catchExceptions($catch = true) {
  $this->catch = $catch;
}