cakephp2-php8/lib/Cake/Test/Case
Mark Story mark@mark-story.com bb3a1d546b Fixing RequesHandler::prefers(). It was previously entirely wrong.
It took the ordered list of accept types, and blindly assumed
the first in the list was the most preferred.  This is an incorrect
assumption to make, as all types with the same q value are equal.

- Using CakeRequest::parseAccept() to access only the most preferred
content types.
- Using in_array() to check for the desired type.
- Updating tests for RequestHandler.
2011-09-01 00:20:54 +01:00
..
Cache Merge branch '2.0-api-doc' into 2.0 2011-08-26 20:22:26 -04:00
Configure Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
Console Fixing bug in SchemaShell where it would always force a read on all tables 2011-08-30 00:07:57 -04:30
Controller Fixing RequesHandler::prefers(). It was previously entirely wrong. 2011-09-01 00:20:54 +01:00
Core Fixing issue where CakeTestCase would erase custom bootstrapped paths in tearDown(). 2011-08-29 22:14:18 -04:00
Error Removed the @access and @static. 2011-07-30 20:56:48 -04:00
I18n Removed the @access and @static. 2011-07-30 20:56:48 -04:00
Log Removed the @access and @static. 2011-07-30 20:56:48 -04:00
Model Changed mergeAssociation scrubQueryData to be protected. 2011-08-21 21:27:35 -04:00
Network Refactoring how q values are parsed, as content types were 2011-09-01 00:20:54 +01:00
Routing Merge branch '2.0-api-doc' into 2.0 2011-08-26 20:22:26 -04:00
TestSuite Fixing issue where CakeTestCase would erase custom bootstrapped paths in tearDown(). 2011-08-29 22:14:18 -04:00
Utility Merge branch '1.3' into merger 2011-08-28 22:08:49 -04:00
View Merge remote-tracking branch 'origin/2.0' into 2.0-api-doc 2011-08-20 01:47:27 -04:00
AllBehaviorsTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
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 Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllCoreTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllDatabaseTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllErrorTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllHelpersTest.php Removed the @access and @static. 2011-07-30 20:56:48 -04: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 Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllTestsTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllTestSuiteTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
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 Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30