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

matchLocationProvider() public method

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