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

testLocationHandler() public method

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