cakephp2-php8/cake/tests/cases/libs
2008-09-03 16:44:48 +00:00
..
cache adding Cache::set() will change settings until write, delete, clear, or set is called. refactoring class to use Cache::set() 2008-07-28 02:29:58 +00:00
controller Adding tests for secured forms. Fixes the issues related to checkboxes in multi row forms. 2008-08-29 03:11:35 +00:00
model Fixing saveAll() using validate => only, applied patch from 'ADmad'. saveAll() now returns value of all validations, not just the last row to be validated. Closes #5376. Tests added. 2008-09-03 16:44:48 +00:00
view Adding tests for secured forms. Fixes the issues related to checkboxes in multi row forms. 2008-08-29 03:11:35 +00:00
cache.test.php adding Cache::set() will change settings until write, delete, clear, or set is called. refactoring class to use Cache::set() 2008-07-28 02:29:58 +00:00
cake_log.test.php Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import(). 2008-07-21 02:40:58 +00:00
cake_test_case.test.php Adding test case for CakeTestCase (72% coverage). Adding necessary pieces to test_app as well. 2008-08-23 17:28:08 +00:00
cake_test_fixture.test.php Adding tests to fixture test showing model imports. 2008-09-01 23:04:59 +00:00
class_registry.test.php Fixing typo in test method name. Fixes #5348 2008-08-28 12:08:36 +00:00
code_coverage_manager.test.php Adding CakeFixture Test Case 2008-09-01 14:21:57 +00:00
configure.test.php Fixing test_app/test_plugin files. Many had incorrect file / class names. Added tests to cover plugin class loading, and dispatching. 2008-07-24 02:19:05 +00:00
debugger.test.php Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import(). 2008-07-21 02:40:58 +00:00
error.test.php updating error test 2008-06-11 16:01:11 +00:00
file.test.php Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import(). 2008-07-21 02:40:58 +00:00
flay.test.php removing empty lines from the end of test cases 2008-06-27 08:17:02 +00:00
folder.test.php Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import(). 2008-07-21 02:40:58 +00:00
http_socket.test.php Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import(). 2008-07-21 02:40:58 +00:00
i18n.test.php Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import(). 2008-07-21 02:40:58 +00:00
inflector.test.php Adding inflection rule for empty string. Fixes #5325. Tests added. 2008-08-26 18:30:54 +00:00
l10n.test.php Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import(). 2008-07-21 02:40:58 +00:00
magic_db.test.php removing empty lines from the end of test cases 2008-06-27 08:17:02 +00:00
multibyte.test.php Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import(). 2008-07-21 02:40:58 +00:00
object.test.php Removed almost all am() calls from core. 2008-07-31 00:16:16 +00:00
overloadable.test.php Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import(). 2008-07-21 02:40:58 +00:00
router.test.php Added config value caching and just-in-time compiling to Router 2008-08-29 18:17:14 +00:00
sanitize.test.php Changing FormatColumns to refer to model->alias instead of model->name 2008-08-03 15:32:33 +00:00
security.test.php refactoring Security::hash(), fixing two broken tests in Security 2008-08-02 14:44:42 +00:00
session.test.php conditional inclusion for ErrorHandler class in the session.test file in order to prevent the CakeSession class being redeclared when running the testsuiteshell; fixes #5092 2008-07-30 14:00:36 +00:00
set.test.php Fixed bug in parent traversal, closes #5225 2008-09-03 15:40:25 +00:00
socket.test.php Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import(). 2008-07-21 02:40:58 +00:00
string.test.php Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import(). 2008-07-21 02:40:58 +00:00
validation.test.php Corrected key in validation::multiple test. closes #5146 2008-07-24 23:55:15 +00:00
xml.test.php Adding additional tests to XML. 2008-08-26 23:15:48 +00:00