eZ\Publish\Core\Search\Legacy\Tests\Content\HandlerContentTest::testFindSingleZero PHP Метод

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

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