PHP Class eZ\Bundle\EzPublishCoreBundle\Tests\Imagine\IORepositoryResolverTest

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$variationPathGenerator eZ\Bundle\EzPublishCoreBundle\Imagine\VariationPathGenerator | PHPUnit_Framework_MockObject_MockObject
$variationPurger eZ\Publish\SPI\Variation\VariationPurger | PHPUnit_Framework_MockObject_MockObject

Public Methods

Method Description
getFilePathProvider ( )
resolveProvider ( )
testGetFilePath ( $path, $filter, $expected )
testIsStoredImageDoesntExist ( )
testIsStoredImageExists ( )
testRemoveEmptyFilters ( )
testRemoveWithFilters ( )
testResolve ( $path, $filter, $variationPath, $requestUrl, $expected )
testResolveMissing ( )
testResolveNotFound ( )
testStore ( )

Protected Methods

Method Description
setUp ( )

Method Details

getFilePathProvider() public method

public getFilePathProvider ( )

resolveProvider() public method

public resolveProvider ( )

setUp() protected method

protected setUp ( )

testGetFilePath() public method

public testGetFilePath ( $path, $filter, $expected )

testIsStoredImageDoesntExist() public method

testIsStoredImageExists() public method

testRemoveEmptyFilters() public method

testRemoveWithFilters() public method

testResolve() public method

public testResolve ( $path, $filter, $variationPath, $requestUrl, $expected )

testResolveMissing() public method

public testResolveMissing ( )

testResolveNotFound() public method

public testResolveNotFound ( )

testStore() public method

public testStore ( )

Property Details

$variationPathGenerator protected_oe property

protected VariationPathGenerator,eZ\Bundle\EzPublishCoreBundle\Imagine|PHPUnit_Framework_MockObject_MockObject $variationPathGenerator
return eZ\Bundle\EzPublishCoreBundle\Imagine\VariationPathGenerator | PHPUnit_Framework_MockObject_MockObject

$variationPurger protected_oe property

protected VariationPurger,eZ\Publish\SPI\Variation|PHPUnit_Framework_MockObject_MockObject $variationPurger
return eZ\Publish\SPI\Variation\VariationPurger | PHPUnit_Framework_MockObject_MockObject