mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 19:16:16 +00:00
Updating Text and Time test cases.
This commit is contained in:
parent
0eebda9ee1
commit
322cceb8c1
2 changed files with 0 additions and 11 deletions
|
@ -27,14 +27,6 @@ App::import('Helper', 'Text');
|
||||||
*/
|
*/
|
||||||
class TextHelperTest extends CakeTestCase {
|
class TextHelperTest extends CakeTestCase {
|
||||||
|
|
||||||
/**
|
|
||||||
* helper property
|
|
||||||
*
|
|
||||||
* @var mixed null
|
|
||||||
* @access public
|
|
||||||
*/
|
|
||||||
public $helper = null;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* setUp method
|
* setUp method
|
||||||
*
|
*
|
||||||
|
|
|
@ -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');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue