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

Inheritance: extends ContentBasedMatcherFactoryTest
Show file Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$matcherFactoryClass

Protected Methods

Method 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 method

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

getMatcherClass() protected method

protected getMatcherClass ( )

getNonMatchableValueObject() protected method

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

Property Details

$matcherFactoryClass protected property

protected $matcherFactoryClass