.. |
cache
|
Reformatting code in memcache.
|
2009-11-14 18:50:23 -05:00 |
controller
|
Trimming trailing whitespace from files. Refs #201
|
2010-01-14 20:15:54 -05:00 |
model
|
Trimming trailing whitespace from files. Refs #201
|
2010-01-14 20:15:54 -05:00 |
view
|
Fixing function signature of ThemeView constructor. Fixes issues where ThemeView would always be registered causing issues with EmailComponent and themed views. Fixes #370
|
2009-11-30 09:19:25 -05: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 issues with CakeTestCase test case and debug = 3. Fixes #189
|
2009-10-20 22:19:32 -04: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 Configure::store to fix escaping issues
|
2009-11-14 19:38:53 -05:00 |
debugger.test.php
|
Fixing Debugger::log() . The method used protected properties only available in test cases. No stack trace was being logged when called either. Method has been updated to match its doc block better.
|
2009-10-29 19:47:29 -04: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
|
Trimming trailing whitespace from files. Refs #201
|
2010-01-14 20:15:54 -05:00 |
http_socket.test.php
|
Fixing HttpSocket::buildUri when host key is empty.
|
2009-11-13 14:42:40 -05:00 |
i18n.test.php
|
fixing failing i18n testcase, caused by setting $category parameter for __c(), __dc() and __dcn() as LC_MONETARY instead of numeric value
|
2009-10-22 09:33:48 -04:00 |
inflector.test.php
|
test to prove ticket #291
|
2009-11-13 09:22:05 -05:00 |
l10n.test.php
|
Changing l10n language name from 'Slovack' to 'Slovak', as per ISO 693-1 guidelines. Thanks to savant for the patch. Fixes #5870.
|
2009-08-02 19:00:30 +00:00 |
magic_db.test.php
|
Fix test of the size of lines in MagicDb (included test for it).
|
2009-11-22 12:27:57 -05:00 |
multibyte.test.php
|
Adding Skip to mb_strrpos test case. Skips the test if mbstring is installed and php version is 5.1.x. mb_strrpos had an incompatible function signature in these versions.
|
2009-10-22 13:51:55 -04:00 |
object.test.php
|
Fixing persitModel and plugin Behaviors. Closes #192
|
2010-01-13 09:53:00 -04:30 |
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
|
Adding testcase for bug #44
|
2009-09-05 00:53:06 -04: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
|
Reformatting test case. Fixes #104
|
2009-12-16 18:40:45 -05: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
|
Adding skip for validation test, for DNS servers that reply for non-existant domains.
|
2009-10-31 14:48:37 -04:00 |
xml.test.php
|
Adding tests to Xml::toString to disprove #395
|
2009-12-08 22:00:55 -05:00 |