eZ\Publish\Core\MVC\Symfony\Matcher\Tests\ContentBased\Matcher\Identifier\SectionTest::matchSectionProvider PHP Method

matchSectionProvider() public method

    public function matchSectionProvider()
    {
        return array(array('foo', $this->generateRepositoryMockForSectionIdentifier('foo'), true), array('foo', $this->generateRepositoryMockForSectionIdentifier('bar'), false), array(array('foo', 'baz'), $this->generateRepositoryMockForSectionIdentifier('bar'), false), array(array('foo', 'baz'), $this->generateRepositoryMockForSectionIdentifier('baz'), true));
    }