Gc\Datatype\ModelTest::testLoadPrevalueEditor PHP Method

testLoadPrevalueEditor() public method

Test
public testLoadPrevalueEditor ( ) : void
return void
    public function testLoadPrevalueEditor()
    {
        $this->assertInstanceOf('Zend\\Form\\Fieldset', Model::loadPrevalueEditor(Model::loadDatatype(Registry::get('Application')->getServiceManager(), $this->object->getId())));
    }