Gc\Datatype\ModelTest::testLoadDatatype PHP Method

testLoadDatatype() public method

Test
public testLoadDatatype ( ) : void
return void
    public function testLoadDatatype()
    {
        $this->assertInstanceOf('Gc\\Datatype\\AbstractDatatype', Model::loadDatatype(Registry::get('Application')->getServiceManager(), $this->object->getId()));
    }