eZ\Publish\Core\Persistence\Legacy\Tests\HandlerTest::testSectionHandler PHP Method

testSectionHandler() public method

public testSectionHandler ( )
    public function testSectionHandler()
    {
        $handler = $this->getHandlerFixture();
        $sectionHandler = $handler->sectionHandler();
        $this->assertInstanceOf('eZ\\Publish\\SPI\\Persistence\\Content\\Section\\Handler', $sectionHandler);
        $this->assertInstanceOf('eZ\\Publish\\Core\\Persistence\\Legacy\\Content\\Section\\Handler', $sectionHandler);
    }