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

matchContentInfoProvider() public method

    public function matchContentInfoProvider()
    {
        return array(array(1, $this->generateRepositoryMockForDepth(1), true), array(1, $this->generateRepositoryMockForDepth(2), false), array(array(1, 3), $this->generateRepositoryMockForDepth(2), false), array(array(1, 3), $this->generateRepositoryMockForDepth(3), true));
    }