Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
field system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2009 at 13:17 UTC
Updated:
30 Jun 2012 at 17:36 UTC
edit, change values, reorder, add new, save - many different combinations
Test both creation and editing
Test on test_entity, but this will require menu callbacks, saving entities in the database, etc.
These are not pure unit tests; they require the built-in browser.
Some of this is already done for CCK, some is not.
Comments
Comment #1
yched commentedI started to work on this
Comment #2
yched commentedfield_test.module now has the required scaffolding : load(), save(), db storage, menu callbacks and add / edit forms.
Actual forms tests can now be written
Unassigning myself - doesn't mean I won't write tests myself, but anyone can help :-)
Comment #3
drupal_was_my_past commentedI believe this is fixed and work started on it in #361683: Field API initial patch. See the current state of the code.