[root]/tests/unittests/core/viewhelper/form
validators
(13 files, 925 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| vain | 29 (100.0%) | 1971 (100.0%) | 67.9 |
- namespace updates and unittest fixes
9 lines of code changed in 1 file:
- fixed more unittests and updated more namespaces...
3 lines of code changed in 1 file:
- unit test fixes for forms
13 lines of code changed in 1 file:
- removed .core from filenames
2 lines of code changed in 1 file:
- removed core from test filenames
874 lines of code changed in 2 files:
- added a modRewrite feature flag here, to keep the test from failing
9 lines of code changed in 1 file:
- added unittests for validators maxlength and minlength
1 lines of code changed in 1 file:
- fixes for router buildURL() + unittest
- improved function array_unequal_combine()
10 lines of code changed in 1 file:
- added chaining to setter + test
15 lines of code changed in 1 file:
- damn missed one ,) - tests working!
1 lines of code changed in 1 file:
- modified test accordingly
3 lines of code changed in 1 file:
- added form validation, formelement validation and several validators
- fixed unit-test for validateForm accordingly
26 lines of code changed in 1 file:
- removed formvalidation class, functionality is inside formelement and form
- added, fixed and improved some unittests on forms
- modified modulecontroller comments to enable ide hints
54 lines of code changed in 1 file:
- finished testapplyDecoratorAttributes() unittest
3 lines of code changed in 1 file:
- added debug utils to test bootstrap
- added tests for decorator attributes on the form class
54 lines of code changed in 1 file:
- removed autoruns from unittests, they run as package or per dir
- commented class_exists in autloader
2 lines of code changed in 1 file:
- disabled some unittests
24 lines of code changed in 1 file:
- added formelement identifier is generated automatically if not set
- added formelement identifiers are recalculated, if element is positioned by integer into the formelements stack
- modified + added unittests
59 lines of code changed in 1 file:
- form addElement() parameters changed
- addElement() accepts attributes array for the new formelement (2th param)
- addElement() correctly reorders the formelememts array, when inserting the new formelement at a certain position (3th param)
35 lines of code changed in 1 file:
- switch "encytype" attribute of form tag automatically if formelement file is used
- fixed rendering of subclasses of the formelement file
11 lines of code changed in 1 file:
- moved markTestIncomplete to unittester.php
- Clansuite_UnitTestCase extends Simpletest's UnitTestCase now
1 lines of code changed in 1 file:
- fix for useDefaultFormDecorators and registerDefaultFormDecorators
16 lines of code changed in 1 file:
- added useDefaultFormDecorators var and method to form.core.php to toggle registerDefaultFormDecorators while rendering
- added unittest
- added content of render() method of Clansuite_Form_Decorator_Div
- fix: formgenerator adds decorators only, if object is handed in
29 lines of code changed in 1 file:
- unset the correct object
1 lines of code changed in 1 file:
- junit fixes
- usage of WWW_ROOT instead of hardcoded path expectation
3 lines of code changed in 1 file:
- methodname fix
1 lines of code changed in 1 file:
- adjusted unit test accordingly
49 lines of code changed in 1 file:
- several modifications to form handler
- added unit test for form.core.php
663 lines of code changed in 1 file: