public function HttpCacheTestCase::setNextResponse

42 calls to HttpCacheTestCase::setNextResponse()

File

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

Class

HttpCacheTestCase

Namespace

Symfony\Component\HttpKernel\Tests\HttpCache

Code

public function setNextResponse($statusCode = 200, array $headers = array(), $body = 'Hello World', \Closure $customizer = null) {
  $this->kernel = new TestHttpKernel($body, $statusCode, $headers, $customizer);
}