Updating Text and Time test cases.

This commit is contained in:
mark_story 2010-05-14 23:13:31 -04:00
parent 0eebda9ee1
commit 322cceb8c1
2 changed files with 0 additions and 11 deletions

View file

@ -27,14 +27,6 @@ App::import('Helper', 'Text');
*/
class TextHelperTest extends CakeTestCase {
/**
* helper property
*
* @var mixed null
* @access public
*/
public $helper = null;
/**
* setUp method
*

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');
/**