eZ\Publish\Core\MVC\Symfony\Matcher\Tests\LocationMatcherFactoryTest::getNonMatchableValueObject PHP Method

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
    protected function getNonMatchableValueObject()
    {
        return $this->getContentView(array('id' => 123456789), array('id' => 987654321));
    }