PHP Class Kevinrob\GuzzleCache\PublicCacheTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: kevinrob/guzzle-cache-middleware

Protected Properties

Property Type Description
$client GuzzleHttp\Client

Public Methods

Method Description
setUp ( )
testCacheMaxAge ( )
testCacheProvider ( )
testCacheSMaxAge ( )
testNoCachePrivate ( )

Protected Methods

Method Description
rrmdir ( $dir )

Method Details

rrmdir() protected method

protected rrmdir ( $dir )
$dir http://stackoverflow.com/a/9760541/244702

setUp() public method

public setUp ( )

testCacheMaxAge() public method

public testCacheMaxAge ( )

testCacheProvider() public method

public testCacheProvider ( )

testCacheSMaxAge() public method

public testCacheSMaxAge ( )

testNoCachePrivate() public method

public testNoCachePrivate ( )

Property Details

$client protected property

protected Client,GuzzleHttp $client
return GuzzleHttp\Client