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

testContentIdFilterEquals() public method

    public function testContentIdFilterEquals()
    {
        $this->assertSearchResults(array(225), $this->getContentSearchHandler()->findLocations(new LocationQuery(array('filter' => new Criterion\ContentId(223)))));
    }
HandlerLocationTest