This website requires JavaScript.
Explore
Help
Register
Sign In
tonyair
/
silverstripe-userforms
Watch
1
Star
0
Fork
0
You've already forked silverstripe-userforms
mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced
2024-10-22 15:05:42 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
silverstripe-userforms
/
tests
History
Stig Lindqvist
4f50dd287e
MINOR Deprecation fixes to the SubmittedFormTest
2012-05-07 17:41:29 +12:00
..
templates
ENHANCEMENT: added test coverage for UserDefinedForm.php and placeholders for other sections. API change: processNewFormFields removed
2010-09-03 05:06:13 +00:00
EditableFormFieldTest.php
Replaced instances of new DataObjectSet() with new ArrayList()
2012-05-07 17:41:29 +12:00
FieldEditorTest.php
MINOR Added public keyword for methods (style guidelines)
2012-05-07 17:41:29 +12:00
SubmittedFormTest.php
MINOR Deprecation fixes to the SubmittedFormTest
2012-05-07 17:41:29 +12:00
SubmittedFormTest.yml
MINOR Circumvent the sloppy array_key_exists() check in YAMLFixture::writeDataObject() by adding ID fields to SubmittedFormTest.yml
2012-05-07 17:41:29 +12:00
UserDefinedFormControllerTest.php
Replaced all instances of new FieldSet() with new FieldList()
2012-05-07 17:41:29 +12:00
UserDefinedFormTest.php
Replaced all instances of new FieldSet() with new FieldList()
2012-05-07 17:41:29 +12:00
UserDefinedFormTest.yml
BUGFIX: added exists() check on getFormFields (via Bruce Walter) to prevent fieldless forms. BUGFIX: if built form is empty still strip the $UserDefinedForm token out of the content.
2011-03-21 09:14:45 +13:00