eZ\Publish\Core\MVC\Symfony\Matcher\Tests\ContentMatcherFactoryTest::getMatchableValueObject PHP Method

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
    protected function getMatchableValueObject()
    {
        return $this->getContentView(array('id' => 456));
    }