cakephp2-php8/lib/Cake/Test/Case
mark_story 8f72b696a0 Fix sortKey() not looking at default params.
sortKey() only looked at the options values, which do not include
default sorting options declared as settings in the helper.

Fixes #2640
2012-03-03 23:06:45 -05:00
..
Cache Fix failing test on windows 2012-01-06 23:01:59 -05:00
Configure Code consistency formatting tweaks 2011-12-06 12:52:48 -08:00
Console Fix for Consolce/Task/TestTask::getRealClassName(). Controller names of exactly 10 letters 2012-02-28 15:21:59 -05:00
Controller Fix notice error when reading empty values. 2012-02-11 11:33:04 -05:00
Core Update Configure::load() to use Set::merge() 2012-01-07 10:45:48 -05:00
Error Code consistency formatting tweaks 2011-12-06 12:52:48 -08:00
I18n Adhering to coding standards 2011-11-30 07:44:11 -08:00
Log Replacing test case compatibility functions 2011-11-16 21:07:08 -05:00
Model Removing ReflectionMethod::setAccessible() from tests, it was limiting to PHP 5.3.2 or newer. 2012-03-02 15:55:58 +01:00
Network another attempy to set correc order for expected and result in assert, definitely time for some coffee 2012-02-23 20:00:43 -05:00
Routing Fix failing tests. 2012-02-18 11:18:03 -05:00
TestSuite Add tests for CakeTestSuite and dont include hidden folders when recursively addTestFile 2011-12-09 23:27:17 -08:00
Utility Add test for Validation::url() + sftp. 2012-01-19 22:04:10 -05:00
View Fix sortKey() not looking at default params. 2012-03-03 23:06:45 -05:00
AllBehaviorsTest.php Fixing doc blocks in Test suite and some visibility keywords. 2011-10-10 23:18:48 +02:00
AllCacheTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllComponentsTest.php Using Folder class in CakeTestSuite, this fixes issues where 2011-08-27 10:34:08 -04:00
AllConfigureTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllConsoleTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllControllerTest.php Fixing doc blocks in Test suite and some visibility keywords. 2011-10-10 23:18:48 +02:00
AllCoreTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllDatabaseTest.php Removing Oracle driver, it will not make it to stable release. Revert this commit to bring it back for next version 2011-09-03 06:50:19 -04:30
AllErrorTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllHelpersTest.php Fixing doc blocks in Test suite and some visibility keywords. 2011-10-10 23:18:48 +02:00
AllI18nTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllLogTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllModelTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllNetworkTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllRoutingTest.php Fixing doc blocks in Test suite and some visibility keywords. 2011-10-10 23:18:48 +02:00
AllTestsTest.php Fixing doc blocks in Test suite and some visibility keywords. 2011-10-10 23:18:48 +02:00
AllTestSuiteTest.php Fixing doc blocks in Test suite and some visibility keywords. 2011-10-10 23:18:48 +02:00
AllUtilityTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllViewTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
BasicsTest.php Code consistency formatting tweaks 2011-12-06 12:52:48 -08:00