mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 00:48:25 +00:00
Removing un-needed method from TimeHelper test
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6330 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
9650c1a73f
commit
e3f23df3d2
1 changed files with 0 additions and 4 deletions
|
@ -40,10 +40,6 @@ uses('view'.DS.'helpers'.DS.'app_helper', 'controller'.DS.'controller', 'model'.
|
|||
*/
|
||||
class TimeTest extends UnitTestCase {
|
||||
|
||||
function skip() {
|
||||
$this->skipif (false, 'TimeHelper test not implemented');
|
||||
}
|
||||
|
||||
function setUp() {
|
||||
$this->Time = new TimeHelper();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue