#6553 closed enhancement (fixed)
xprofile_field factory `create()` should have a default value for 'type'
Reported by: | boonebgorges | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 2.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | |
Cc: |
Description
xprofile_insert_field()
requires a type
argument. During unit tests, this is almost always set to 'textbox', just for the sake of having something set. Let's make this the default value when generating fixtures in unit tests.
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 10004: