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

matchLocationProvider() public method

    public function matchLocationProvider()
    {
        return array(array(123, $this->generateRepositoryMockForContentTypeId(123), true), array(123, $this->generateRepositoryMockForContentTypeId(456), false), array(array(123, 789), $this->generateRepositoryMockForContentTypeId(456), false), array(array(123, 789), $this->generateRepositoryMockForContentTypeId(789), true));
    }