PHP Class Kevinrob\GuzzleCache\ValidationTest

User: Kevin Date: 30.06.2015 Time: 12:58.
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: kevinrob/guzzle-cache-middleware

Protected Properties

Property Type Description
$cache CacheMiddleware
$client GuzzleHttp\Client

Public Methods

Method Description
setUp ( )
testEtagChangeHeader ( )
testEtagHeader ( )
testStaleWhileRevalidateHeader ( )

Method Details

setUp() public method

public setUp ( )

testEtagChangeHeader() public method

testEtagHeader() public method

public testEtagHeader ( )

testStaleWhileRevalidateHeader() public method

Property Details

$cache protected property

protected CacheMiddleware,Kevinrob\GuzzleCache $cache
return CacheMiddleware

$client protected property

protected Client,GuzzleHttp $client
return GuzzleHttp\Client