PHP Class eZ\Publish\Core\MVC\Symfony\Matcher\Tests\LocationMatcherFactoryTest

Inheritance: extends ContentBasedMatcherFactoryTest
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Protected Properties

Свойство Type Description
$matcherFactoryClass

Méthodes protégées

Méthode Description
getMatchableValueObject ( ) : eZ\Publish\API\Repository\Values\ValueObject Returns a valid ValueObject (supported by current MatcherFactory), that will match the test rules.
getMatcherClass ( )
getNonMatchableValueObject ( ) : eZ\Publish\API\Repository\Values\ValueObject Returns a valid ValueObject (supported by current MatcherFactory), that won't match the test rules.

Method Details

getMatchableValueObject() protected méthode

i.e. Should return eZ\Publish\API\Repository\Values\Content\Location for LocationMatcherFactory.
protected getMatchableValueObject ( ) : eZ\Publish\API\Repository\Values\ValueObject
Résultat eZ\Publish\API\Repository\Values\ValueObject

getMatcherClass() protected méthode

protected getMatcherClass ( )

getNonMatchableValueObject() protected méthode

i.e. Should return eZ\Publish\API\Repository\Values\Content\Location for LocationMatcherFactory.
protected getNonMatchableValueObject ( ) : eZ\Publish\API\Repository\Values\ValueObject
Résultat eZ\Publish\API\Repository\Values\ValueObject

Property Details

$matcherFactoryClass protected_oe property

protected $matcherFactoryClass