eZ\Publish\Core\MVC\Symfony\Matcher\Tests\ContentBased\Matcher\UrlAliasTest::matchLocationProvider PHP Method

matchLocationProvider() public method

    public function matchLocationProvider()
    {
        return array(array('foo/url', $this->generateRepositoryMockForUrlAlias('/foo/url'), true), array('/foo/url', $this->generateRepositoryMockForUrlAlias('/foo/url'), true), array('foo/url', $this->generateRepositoryMockForUrlAlias('/bar/url'), false), array(array('foo/url', 'baz'), $this->generateRepositoryMockForUrlAlias('/bar/url'), false), array(array('foo/url   ', 'baz   '), $this->generateRepositoryMockForUrlAlias('/baz'), true));
    }