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

testFindSingleZero() public method

public testFindSingleZero ( )
    public function testFindSingleZero()
    {
        $locator = $this->getContentSearchHandler();
        $locator->findSingle(new Criterion\ContentId(0));
    }
HandlerContentTest