public function ResponseTest::testIsCacheable

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php, line 76

Class

ResponseTest

Namespace

Symfony\Component\HttpFoundation\Tests

Code

public function testIsCacheable() {
  $response = new Response();
  $this
    ->assertFalse($response
    ->isCacheable());
}