eZ\Publish\Core\MVC\Symfony\Matcher\Tests\ContentBased\Matcher\Id\ParentLocationTest::matchContentInfoProvider PHP Method

matchContentInfoProvider() public method

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