fix creation of custom field without cfgroup id

This commit is contained in:
2015-11-30 21:31:58 +01:00
parent 2401270754
commit c9ca7c1e1b
4 changed files with 19 additions and 7 deletions

View File

@@ -100,4 +100,5 @@ class CustomFieldsTextTest extends WebTestCase
$form = $crawler->selectButton('custom_field_choice_submit')->form();
$this->assertTrue($form->has('custom_field_choice[options][maxLength]'));
}
}