Splitting big test up into smaller ones.

This commit is contained in:
mark_story 2011-09-04 17:50:18 +01:00
parent 37e32e9af5
commit 2c3fa32a5d

View file

@ -17,9 +17,6 @@
* @since CakePHP(tm) v 1.2.0.4206
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
*/
if (!defined('CAKEPHP_UNIT_TEST_EXECUTION')) {
define('CAKEPHP_UNIT_TEST_EXECUTION', 1);
}
App::import('Helper', 'Time');
/**