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

matchLocationProvider() public method

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