.. |
cache
|
Updating tests to not affect other ones when run from a group
|
2009-03-21 23:55:39 +00:00 |
controller
|
fixes #6397, removing unneeded line feed in email component headers, adding tests
|
2009-07-22 16:04:53 +00:00 |
model
|
Fixing "DEFAULT NULL" sentence, which for some reason does not work. It needs to be only "NULL", and "DEFAULT NULL NULL" works too.
|
2009-07-30 00:00:19 +00:00 |
view
|
Applying optimization patch to PaginatorHelper and test refactorings to PaginatorHelper test case. Thanks Phally. Fixes #6526
|
2009-07-28 12:40:31 +00:00 |
cache.test.php
|
Adding tests to disprove #6236. Closes #6236.
|
2009-03-26 20:40:45 +00:00 |
cake_log.test.php
|
Changing package of tests from "cake.tests" to "cake".
|
2009-03-18 17:55:58 +00:00 |
cake_test_case.test.php
|
Fixing issue in CakeTestCase where fixture tables were incorrectly detected and dropped when running tests with no $test config or $test config and $default config on the same database.
|
2009-07-24 16:29:18 +00:00 |
cake_test_fixture.test.php
|
Fixing issue with "DEFAULT NULL NULL" generated by buildColumn.
|
2009-07-29 22:30:20 +00:00 |
class_registry.test.php
|
Changing package of tests from "cake.tests" to "cake".
|
2009-03-18 17:55:58 +00:00 |
code_coverage_manager.test.php
|
Updating code coverage manager to work with application-level datasources.
|
2009-05-28 17:44:41 +00:00 |
configure.test.php
|
Updating tests to not affect other ones when run from a group
|
2009-03-21 23:55:39 +00:00 |
debugger.test.php
|
Updating tests to not affect other ones when run from a group
|
2009-03-21 23:55:39 +00:00 |
error.test.php
|
Updating tests to not affect other ones when run from a group
|
2009-03-21 23:55:39 +00:00 |
file.test.php
|
Updating tests to not affect other ones when run from a group
|
2009-03-21 23:55:39 +00:00 |
flay.test.php
|
Updating tests to not affect other ones when run from a group
|
2009-03-21 23:55:39 +00:00 |
folder.test.php
|
Adding tests for Folder::copy and ::move showing that
|
2009-04-01 17:54:25 +00:00 |
http_socket.test.php
|
Coding standards fixes
|
2009-07-28 20:01:42 +00:00 |
i18n.test.php
|
fixes #6455, i18n locale message category bug
|
2009-07-03 15:54:26 +00:00 |
inflector.test.php
|
Updating tests to not affect other ones when run from a group
|
2009-03-21 23:55:39 +00:00 |
l10n.test.php
|
Changing package of tests from "cake.tests" to "cake".
|
2009-03-18 17:55:58 +00:00 |
magic_db.test.php
|
Changing package of tests from "cake.tests" to "cake".
|
2009-03-18 17:55:58 +00:00 |
multibyte.test.php
|
Changing package of tests from "cake.tests" to "cake".
|
2009-03-18 17:55:58 +00:00 |
object.test.php
|
fixes #6209, persistModel and undefined $Behaviors
|
2009-03-19 18:27:49 +00:00 |
overloadable.test.php
|
Updating tests to not affect other ones when run from a group
|
2009-03-21 23:55:39 +00:00 |
router.test.php
|
Bringing Router coverage up to 94.45%, minor router refactorings
|
2009-07-28 09:49:27 +00:00 |
sanitize.test.php
|
Coding standards fixes
|
2009-07-28 20:01:42 +00:00 |
security.test.php
|
Updating tests to not affect other ones when run from a group
|
2009-03-21 23:55:39 +00:00 |
session.test.php
|
Updating Session path handling to fix cases when path = ''.
|
2009-06-03 16:22:00 +00:00 |
set.test.php
|
Changing package of tests from "cake.tests" to "cake".
|
2009-03-18 17:55:58 +00:00 |
socket.test.php
|
Fixing issue with timeout when reading socket.
|
2009-07-15 19:17:41 +00:00 |
string.test.php
|
Fixed bug related to the order in which some replacement take place
|
2009-04-09 13:15:43 +00:00 |
test_manager.test.php
|
Changing package of tests from "cake.tests" to "cake".
|
2009-03-18 17:55:58 +00:00 |
validation.test.php
|
Updating tests to not affect other ones when run from a group
|
2009-03-21 23:55:39 +00:00 |
xml.test.php
|
Fixing Xml parsing where multiple child elements of the same name, with no value are collapsed causing data errors when Xml object was converted to an array. Test cases from 'burzum' added.
|
2009-07-01 18:58:05 +00:00 |