Gc\Datatype\AbstractDatatype\AbstractPrevalueEditorTest::testGetDatatype PHP Méthode

testGetDatatype() public méthode

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