mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix typo.
This commit is contained in:
parent
cbf3228c34
commit
027cfe9496
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ App::uses('RedisEngine', 'Cache/Engine');
|
|||
*
|
||||
* @package Cake.Test.Case.Cache.Engine
|
||||
*/
|
||||
class RegisEngineTest extends CakeTestCase {
|
||||
class RedisEngineTest extends CakeTestCase {
|
||||
|
||||
/**
|
||||
* setUp method
|
||||
|
|
Loading…
Reference in a new issue