Skip to content

Commit

Permalink
CAMP-881: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
John Czaplicki committed Dec 3, 2020
1 parent 709af18 commit 0b40dae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
2 changes: 1 addition & 1 deletion Config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
// Loads required classes and all engines in the plugin
App::uses('FileEngine', 'Cache/Engine');
require_once(dirname(__FILE__) . '/../src/CacheEnginesHelper.php');
require_once(dirname(__FILE__) . '/../src/Engines.php');
require_once(dirname(__FILE__) . '/../src/Engines.php');
29 changes: 0 additions & 29 deletions test/CacheEnginesHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,6 @@
class CacheEnginesHelperTest extends \PHPUnit\Framework\TestCase
{


private $cache = 'RedisTree';

public function setUp()
{

// Comment this to use real redis server
/**/

/**/

// Uncomment this to use real redis server
/*
CacheMock::config($this->cache, array(
'engine' => 'RedisTree',
'duration' => 4
));
/**/


}


public function tearDown()
{


}

public function testWriteWithParent()
{
// use RedisTreeEngine, which supports writeWithParent
Expand Down

0 comments on commit 0b40dae

Please sign in to comment.