You are here

public function HttpCacheTestCase::catchExceptions in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Tests/HttpCache/HttpCacheTestCase.php \Symfony\Component\HttpKernel\Tests\HttpCache\HttpCacheTestCase::catchExceptions()
3 calls to HttpCacheTestCase::catchExceptions()
HttpCacheTest::testShouldCatchExceptions in vendor/symfony/http-kernel/Tests/HttpCache/HttpCacheTest.php
HttpCacheTest::testShouldCatchExceptionsWhenReloadingAndNoCacheRequest in vendor/symfony/http-kernel/Tests/HttpCache/HttpCacheTest.php
HttpCacheTest::testShouldNotCatchExceptions in vendor/symfony/http-kernel/Tests/HttpCache/HttpCacheTest.php

File

vendor/symfony/http-kernel/Tests/HttpCache/HttpCacheTestCase.php, line 149

Class

HttpCacheTestCase

Namespace

Symfony\Component\HttpKernel\Tests\HttpCache

Code

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