cakephp2-php8/cake/tests/cases/libs
2011-04-27 22:42:02 -04:00
..
cache Making memcache cache adapter, set the expiry time of any value greater than 30 days to never expire. This works around the 30 day limitation of the PHP extension. Test case added. Fixes #1451 2011-01-13 20:27:10 -05:00
controller Fixing formatting, and updating test to better reflect what would normally happen. 2011-04-16 15:56:40 -04:00
log Update copyright years. 2010-10-25 07:58:22 +11:00
model Updating doc blocks to match method names. 2011-03-27 18:00:37 -04:00
view Fixing XmlHelper overwriting its Xml property when creating an open element with elem() 2011-04-16 16:56:32 -04:00
cache.test.php Fixed test case for Cache class which failed if default cache config in app used engine other than File 2011-04-06 18:41:59 +05:30
cake_log.test.php Update various links. Closes #392 2010-05-18 22:15:13 -03:00
cake_session.test.php Fixing issue where empty session id's would cause duplicate key errors. Empty session id sessions are no longer saved. Fixes #1450 2011-01-18 08:14:47 -05:00
cake_socket.test.php Update various links. Closes #392 2010-05-18 22:15:13 -03:00
cake_test_case.test.php Fixing wrong assertion in test for CakeTestCase::testAction. Fixing testAction issue that would always include layout 2010-11-10 23:03:38 -04:30
cake_test_fixture.test.php Fixes issue with fixture records defining fields in wrong order, or adding fields in some records that are not defined in others 2011-04-09 10:40:08 -04:00
class_registry.test.php Update various links. Closes #392 2010-05-18 22:15:13 -03:00
code_coverage_manager.test.php Update various links. Closes #392 2010-05-18 22:15:13 -03:00
configure.test.php Moving the plugin import tests to a separate method. 2010-09-26 12:30:12 -04:00
debugger.test.php Removing closing PHP tags. 2010-05-11 08:07:49 +10:00
error.test.php Fixing issue where errors containing code = 500, were not actually converted to error500 when debug = 0. Making missingConnection, and missingTable into error500 errors. 2010-09-06 16:46:41 -04:00
file.test.php Reverting change made in [7cde309]. Readding trim() to fix issues on windows. Updating tests so they continue to pass on macos. Fixes #769 2010-05-30 11:16:40 -04:00
folder.test.php Applying patch from 'jmccaffrey' to fix issues on windows where virtual 2010-11-20 13:26:30 -05:00
http_socket.test.php Putting the port in header Host, following RFC 2616 item 14.23. Fixes #947. 2010-07-23 00:13:19 -03:00
i18n.test.php Adding I18n::clear() to remove most of the private variable access from the i18n test case. 2010-09-21 21:13:45 -04:00
inflector.test.php Adding test cases and fixing inflection issues with bases. Tests added. Fixes #1012 2010-08-12 20:26:11 -04:00
l10n.test.php Adding additional test cases for nld, dut, and nl. Closes #795 2010-06-07 23:10:53 -04:00
magic_db.test.php Removing closing PHP tags. 2010-05-11 08:07:49 +10:00
multibyte.test.php Update various links. Closes #392 2010-05-18 22:15:13 -03:00
object.test.php Reformatting long lines. 2010-08-04 23:18:33 -04:00
overloadable.test.php Update various links. Closes #392 2010-05-18 22:15:13 -03:00
router.test.php Fixing issue where actions starting with a prefix but not followed by an _ would get mangled when going through router::url(). 2011-02-24 16:43:13 -05:00
sanitize.test.php Adding a test case for nested array data and clean(). 2010-07-21 23:37:14 -04:00
security.test.php Update various links. Closes #392 2010-05-18 22:15:13 -03:00
set.test.php ticket #989 test case added 2011-04-27 16:01:08 +06:00
string.test.php Fixing bug in String::insert that produces unexpected results with 2010-08-03 22:38:45 -04:00
test_manager.test.php Update various links. Closes #392 2010-05-18 22:15:13 -03:00
validation.test.php Adding unicode letters and numbers to url path segment regex. 2010-12-01 23:47:30 -05:00
xml.test.php Applying patch from 'Stefano Rosanelli' which fixes Xml::toArray() greatly improving 2011-04-21 22:38:41 -04:00