Gc\Datatype\AbstractDatatype\AbstractPrevalueEditorTest::testGetDatatype PHP Method

testGetDatatype() public method

Test
public testGetDatatype ( ) : void
return void
    public function testGetDatatype()
    {
        $this->assertInstanceOf('Gc\\Datatype\\AbstractDatatype', $this->object->getDatatype());
    }