eZ\Publish\Core\Search\Legacy\Tests\Content\Location\HandlerLocationTest::testFieldFilterContainsSimpleNoMatch PHP Метод

testFieldFilterContainsSimpleNoMatch() публичный Метод

    public function testFieldFilterContainsSimpleNoMatch()
    {
        $this->assertSearchResults(array(), $this->getContentSearchHandler()->findLocations(new LocationQuery(array('filter' => new Criterion\Field('publish_date', Criterion\Operator::CONTAINS, 1174643), 'limit' => 10))));
    }
HandlerLocationTest