PHP Class ApiPlatform\Core\Tests\Metadata\Property\Factory\CachedPropertyMetadataFactoryTest

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

Public Methods

Method Description
testCreateWithGetCacheItemThrowsCacheException ( )
testCreateWithItemHit ( )
testCreateWithItemNotHit ( )

Private Methods

Method Description
generateCacheKey ( string $resourceClass = Dummy::class, string $property = 'dummy', array $options = [] )

Method Details

testCreateWithGetCacheItemThrowsCacheException() public method

testCreateWithItemHit() public method

testCreateWithItemNotHit() public method