GcDevelopment\Form\DocumentTypeTest::testSetValuesFromArray PHP Method

testSetValuesFromArray() public method

Test
public testSetValuesFromArray ( ) : void
return void
    public function testSetValuesFromArray()
    {
        $this->object->setValues(array('tabs' => array(1 => array('id' => 1, 'name' => 'Name', 'description' => 'Description', 'sort_order' => 1, 'document_type_id' => 1), 2 => null), 'properties' => array(1 => array('name' => 'property', 'identifier' => 'identifier', 'tab' => 1, 'datatype' => 1, 'description' => 'description', 'is_required' => false, 'id' => 1), 2 => null)));
    }