PHP Class ApiPlatform\Core\Tests\Bridge\Symfony\Routing\CachedRouteNameResolverTest

Author: Teoh Han Hui ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: api-platform/core

Public Methods

Method Description
testConstruct ( )
testGetRouteNameForCollectionRouteOnCacheHit ( )
testGetRouteNameForCollectionRouteOnCacheMiss ( )
testGetRouteNameForCollectionRouteWithNoMatchingRoute ( )
testGetRouteNameForItemRouteOnCacheHit ( )
testGetRouteNameForItemRouteOnCacheMiss ( )
testGetRouteNameForItemRouteWithNoMatchingRoute ( )

Method Details

testConstruct() public method

public testConstruct ( )

testGetRouteNameForCollectionRouteOnCacheHit() public method

testGetRouteNameForCollectionRouteOnCacheMiss() public method

testGetRouteNameForCollectionRouteWithNoMatchingRoute() public method

testGetRouteNameForItemRouteOnCacheHit() public method

testGetRouteNameForItemRouteOnCacheMiss() public method

testGetRouteNameForItemRouteWithNoMatchingRoute() public method