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

testFindSingle() public method

public testFindSingle ( )
    public function testFindSingle()
    {
        $locator = $this->getContentSearchHandler();
        $contentInfo = $locator->findSingle(new Criterion\ContentId(10));
        $this->assertEquals(10, $contentInfo->id);
    }
HandlerContentTest