eZ\Publish\Core\Search\Legacy\Tests\Content\HandlerContentTest::testFieldFilterContainsSimpleNoMatch PHP Method

testFieldFilterContainsSimpleNoMatch() public method

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