eZ\Publish\Core\MVC\Symfony\Matcher\Tests\ContentBased\Matcher\Id\ParentContentTypeTest::matchLocationProvider PHP 메소드

matchLocationProvider() 공개 메소드

    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));
    }