cakephp2-php8/cake/tests
mark_story c573fd0432 Fixing issue where a beforeDelete() could trigger a table truncation.
Moving the exists check below beforeDelete() and behavior->beforeDelete() so any records deleted in the callbacks will not exist when db->delete() is called.  Test updated. Fixes #250
2010-09-29 23:31:41 -04:00
..
cases Fixing issue where a beforeDelete() could trigger a table truncation. 2010-09-29 23:31:41 -04:00
fixtures Adding more tests for virtualFields and complex expressions. Closes #1079 2010-09-07 00:32:44 -04:00
groups Update various links. Closes #392 2010-05-18 22:15:13 -03:00
lib Adding tests for database imports causing duplicated db prefix. Adding a workaround for the duplicated prefix name. 2010-07-29 22:01:12 -04:00
test_app Moving the plugin import tests to a separate method. 2010-09-26 12:30:12 -04:00