GcDevelopment\Form\DocumentTypeTest::testAddProperty PHP Method

testAddProperty() public method

Test
public testAddProperty ( ) : void
return void
    public function testAddProperty()
    {
        $this->assertInstanceOf('GcDevelopment\\Form\\DocumentType', $this->object->addProperty(array('name' => 'property', 'identifier' => 'identifier', 'tab' => 1, 'datatype' => 1, 'description' => 'description', 'is_required' => false, 'id' => 1)));
    }