cakephp2-php8/cake/tests
José Lorenzo Rodríguez e81cc684ef Merge branch '2.0-phpunit' of git@github.com:lorenzo/cakephp1x into 2.0-phpunit
Conflicts:
	cake/tests/lib/cake_test_case.php
2010-05-07 19:48:50 -04:30
..
cases Removing code from CakeTestCase around the method "testAction" which was a bad way of testing controllers, often making it more difficult. 2010-05-05 22:42:56 -04:30
fixtures Changed all public 'var' declarations to be 'public $var' 2010-04-04 17:14:00 +10:00
groups Fixing a group test case to show how to create one, and to make pass TestManager test case 2010-05-04 23:58:17 -04:30
lib Merge branch '2.0-phpunit' of git@github.com:lorenzo/cakephp1x into 2.0-phpunit 2010-05-07 19:48:50 -04:30
test_app Adding CakeLogInterface and implementing it in core and test suite classes. The new interface is used for method detection instead of a hard method check. Making CakeLog throw exceptions instead of trigger errors when things go wrong. 2010-04-23 22:31:21 -04:00