GcDevelopment\Form\DocumentTypeTest::testSetValues PHP Méthode

testSetValues() public méthode

Test
public testSetValues ( ) : void
Résultat void
    public function testSetValues()
    {
        $documentTypeModel = DocumentTypeModel::fromarray(array('name' => 'Name', 'description' => 'Description', 'icon_id' => 1));
        $this->object->setValues($documentTypeModel);
    }