Symfony\Component\HttpFoundation\Tests\ResponseTest::testIsCacheable PHP Method

testIsCacheable() public method

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