PHP Class Symfony\Component\Config\Tests\ResourceCheckerConfigCacheTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: symfony/symfony

Public Methods

Method Description
testCacheIsFreshIfNocheckerProvided ( )
testCacheIsNotFreshIfEmpty ( )
testCacheIsNotFreshWhenUnserializeFails ( )
testCacheKeepsContent ( )
testGetPath ( )
testIsFreshWithchecker ( )
testIsNotFreshWithchecker ( )
testResourcesWithoutcheckersAreIgnoredAndConsideredFresh ( )

Protected Methods

Method Description
setUp ( )
tearDown ( )

Method Details

setUp() protected method

protected setUp ( )

tearDown() protected method

protected tearDown ( )

testCacheIsFreshIfNocheckerProvided() public method

testCacheIsNotFreshIfEmpty() public method

testCacheIsNotFreshWhenUnserializeFails() public method

testCacheKeepsContent() public method

testGetPath() public method

public testGetPath ( )

testIsFreshWithchecker() public method

testIsNotFreshWithchecker() public method

testResourcesWithoutcheckersAreIgnoredAndConsideredFresh() public method