Skip to content

Commit

Permalink
Updating Text and Time test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 15, 2010
1 parent 0eebda9 commit 322cceb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions cake/tests/cases/libs/view/helpers/text.test.php
Expand Up @@ -27,14 +27,6 @@
*/ */
class TextHelperTest extends CakeTestCase { class TextHelperTest extends CakeTestCase {


/**
* helper property
*
* @var mixed null
* @access public
*/
public $helper = null;

/** /**
* setUp method * setUp method
* *
Expand Down
3 changes: 0 additions & 3 deletions cake/tests/cases/libs/view/helpers/time.test.php
Expand Up @@ -17,9 +17,6 @@
* @since CakePHP(tm) v 1.2.0.4206 * @since CakePHP(tm) v 1.2.0.4206
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License * @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'); App::import('Helper', 'Time');


/** /**
Expand Down

0 comments on commit 322cceb

Please sign in to comment.