eZ\Publish\Core\Search\Legacy\Tests\Content\Location\HandlerLocationTest::testLocationRemoteIdFilter PHP Method

testLocationRemoteIdFilter() public method

    public function testLocationRemoteIdFilter()
    {
        $this->assertSearchResults(array(2, 5), $this->getContentSearchHandler()->findLocations(new LocationQuery(array('filter' => new Criterion\LocationRemoteId(array('3f6d92f8044aed134f32153517850f5a', 'f3e90596361e31d496d4026eb624c983')), 'limit' => 10))));
    }
HandlerLocationTest