cakephp2-php8/cake/tests
phpnut 11afd24c19 "Adding fix when a component loads a component that is also in the components array list.
{{{
	var $components = array('Auth', 'RequestHandler');
}}}
Controller::RequestHandler; would not be available.
Added additional tests

Fixed loading of libs/xml.php "

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6372 3807eeeb-6ff5-0310-8944-8be069107fe0
2008-01-13 03:53:01 +00:00
..
cases "Adding fix when a component loads a component that is also in the components array list. 2008-01-13 03:53:01 +00:00
fixtures Updating model test case and adding custom field support to Model::find('list'), closes #3802 (thanks GreyCells) 2008-01-11 03:16:19 +00:00
groups Adding Schema test to Model test group 2008-01-11 06:45:30 +00:00
lib Refactoring fixture handling and Model tests, fixing UPDATE and DELETE queries for other databases, fixes #3794. Only forcing 'test_suite' prefix on default database connection, fixes #3873 2008-01-11 06:45:00 +00:00
test_app update loading of components, fixes #3899, tests added 2008-01-12 17:35:12 +00:00