PHP Class eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\CachedValueTest

Afficher le fichier Open project: ezsystems/ezpublish-kernel

Protected Properties

Свойство Type Description
$defaultOptions
$options
$request Symfony\Component\HttpFoundation\Request

Méthodes publiques

Méthode Description
setUp ( )
testVisit ( )
testVisitCacheTTLCacheDisabled ( )
testVisitLocationCache ( )
testVisitNoRequest ( )
testVisitNoUserHash ( )
testVisitViewCacheDisabled ( )

Méthodes protégées

Méthode Description
getConfigProviderMock ( ) : eZ\Publish\Core\MVC\ConfigResolverInterface | PHPUnit_Framework_MockObject_MockObjec\PHPUnit_Framework_MockObject_MockObject
internalGetVisitor ( ) : ValueObjectVisitor Must return an instance of the tested visitor object.
visit ( $value )

Method Details

getConfigProviderMock() protected méthode

protected getConfigProviderMock ( ) : eZ\Publish\Core\MVC\ConfigResolverInterface | PHPUnit_Framework_MockObject_MockObjec\PHPUnit_Framework_MockObject_MockObject
Résultat eZ\Publish\Core\MVC\ConfigResolverInterface | PHPUnit_Framework_MockObject_MockObjec\PHPUnit_Framework_MockObject_MockObject

internalGetVisitor() protected méthode

Must return an instance of the tested visitor object.
protected internalGetVisitor ( ) : ValueObjectVisitor
Résultat eZ\Publish\Core\REST\Common\Output\ValueObjectVisitor

setUp() public méthode

public setUp ( )

testVisit() public méthode

public testVisit ( )

testVisitCacheTTLCacheDisabled() public méthode

testVisitLocationCache() public méthode

testVisitNoRequest() public méthode

public testVisitNoRequest ( )

testVisitNoUserHash() public méthode

public testVisitNoUserHash ( )

testVisitViewCacheDisabled() public méthode

visit() protected méthode

protected visit ( $value )

Property Details

$defaultOptions protected_oe property

protected $defaultOptions

$options protected_oe property

protected $options

$request protected_oe property

protected Request,Symfony\Component\HttpFoundation $request
Résultat Symfony\Component\HttpFoundation\Request