cakephp2-php8/lib/Cake/Test/Case
mark_story f7d106a386 Fix FormHelper::tagIsInvalid with saveMany forms.
When saving multiple records validation errors were not correctly shown.
Fudge the entity path so it matches the validation errors set in the
models.

Fixes #3828
2013-05-13 21:09:31 -04:00
..
Cache Fix: write() after clearGroup() does not actually write to file 2013-04-26 14:43:36 +07:00
Configure Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
Console remove copyright noise from test files to unify with new newer files which don't contain it anymore anyway 2013-04-29 17:16:53 +02:00
Controller Fix CS errors 2013-05-13 23:51:32 +05:30
Core spelling corrections 2013-04-30 14:11:50 +02:00
Error Fix failing tests. 2013-02-25 14:19:13 -05:00
Event Updated copyright 2013-02-08 21:28:17 +09:00
I18n Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
Log Merge pull request #1127 from dereuromark/master-strict-comparison 2013-02-14 01:10:48 -08:00
Model Fixed curly brackets at a few class definitions 2013-05-04 13:23:58 +02:00
Network Add missing urlencoding to base/webroot. 2013-05-10 11:04:46 -04:00
Routing spelling corrections (a url to an URL, unify URL) 2013-04-29 11:05:17 +02:00
TestSuite Remove test case that is no longer useful. 2013-03-22 21:36:11 -04:00
Utility Merge pull request #1276 from aymericderbois/2.3-XmlFixZeroValueProblem 2013-05-07 19:03:18 -07:00
View Fix FormHelper::tagIsInvalid with saveMany forms. 2013-05-13 21:09:31 -04:00
AllBehaviorsTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllCacheTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllComponentsTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllConfigureTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllConsoleTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllControllerTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllCoreTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllDatabaseTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllErrorTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllEventTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllHelpersTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllI18nTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllLogTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllNetworkTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllRoutingTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllTestsTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllTestSuiteTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllUtilityTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllViewTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
BasicsTest.php == to === and != to !== where applicable 2013-02-12 03:38:08 +01:00