mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Changing CacheHelper test case class name
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5431 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
c94a72db5a
commit
467348357e
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ uses('controller'.DS.'controller', 'model'.DS.'model', 'view'.DS.'helper', 'view
|
|||
* @package cake.tests
|
||||
* @subpackage cake.tests.cases.libs.view.helpers
|
||||
*/
|
||||
class CacheTest extends UnitTestCase {
|
||||
class CacheHelperTest extends UnitTestCase {
|
||||
|
||||
function skip() {
|
||||
$this->skipIf(true, 'CacheHelper test not implemented');
|
||||
|
|
Loading…
Add table
Reference in a new issue