.. |
cache
|
adding a couple whitespace corrections (trailing tabs, newlines, ..)
|
2008-09-24 11:52:29 +00:00 |
controller
|
Fixing modelClass when using plugin models.
|
2008-09-22 04:10:49 +00:00 |
model
|
Fixing unneeded conditions in child queries when conditions are present in the model declaration; fixes #5323
|
2008-09-22 20:08:31 +00:00 |
view
|
Refactoring FormHelper security token generation, fixing code formatting
|
2008-09-21 04:06:37 +00:00 |
cache.test.php
|
adding a couple whitespace corrections (trailing tabs, newlines, ..)
|
2008-09-24 11:52:29 +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
|
Fixing issue with CakeTestCase::testAction not properly being able to simulate query string parameters.
|
2008-09-09 16:48:52 +00:00 |
cake_test_fixture.test.php
|
Fixing infinite loop when importing models that have relations that are also fixturized. Closes #5166.
|
2008-09-04 01:49:29 +00:00 |
class_registry.test.php
|
Added test to prove #5474. Refs #5474
|
2008-09-24 02:00:57 +00:00 |
code_coverage_manager.test.php
|
More optimization refactoring.
|
2008-09-12 05:11:34 +00:00 |
configure.test.php
|
Added tests to disprove strange App::import behavior. Closes #5395
|
2008-09-19 02:37:20 +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
|
More optimization refactoring.
|
2008-09-12 05:11:34 +00:00 |
file.test.php
|
More optimization refactoring.
|
2008-09-12 05:11:34 +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
|
More optimization refactoring.
|
2008-09-12 05:11:34 +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
|
fixes #5285, requestAction with array params
|
2008-09-07 13:43:39 +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
|
More optimization refactoring.
|
2008-09-12 05:11:34 +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
|
Fixing behavior initialization in model construction, adding Set::flatten() utility method for future refactoring, updating Set test
|
2008-09-22 16:32:41 +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
|
fixes #5429, Xml::toString() quotes
|
2008-09-15 11:50:51 +00:00 |