[Solar-svn] Revision 2650

pmjones at solarphp.com pmjones at solarphp.com
Sun Jul 29 11:38:04 CDT 2007


Branch: (tests) Solar_View_Helper_FormTest: [BRK] In keeping with new Solar_Form, element-level messages are now keyed on 'invalid' (vice 'feedback')


Modified: branches/orm/tests/Solar/View/Helper/FormTest.php
===================================================================
--- branches/orm/tests/Solar/View/Helper/FormTest.php	2007-07-29 16:36:54 UTC (rev 2649)
+++ branches/orm/tests/Solar/View/Helper/FormTest.php	2007-07-29 16:38:04 UTC (rev 2650)
@@ -80,7 +80,7 @@
                     'options' => array(),
                     'disable' => false,
                     'require' => false,
-                    'feedback' => array(),
+                    'invalid' => array(),
                 ),
             ),
         );
@@ -218,7 +218,7 @@
                     'options' => array(),
                     'disable' => false,
                     'require' => false,
-                    'feedback' => array(),
+                    'invalid' => array(),
                 ),
             ),
         );
@@ -295,7 +295,7 @@
                     'options' => array(),
                     'disable' => false,
                     'require' => false,
-                    'feedback' => array(),
+                    'invalid' => array(),
                 ),
             ),
         );
@@ -334,7 +334,7 @@
                     'options' => array(),
                     'disable' => false,
                     'require' => false,
-                    'feedback' => array(),
+                    'invalid' => array(),
                 ),
             ),
         );




More information about the Solar-svn mailing list