Skip to content

Commit

Permalink
_config is not public
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed Nov 19, 2013
1 parent 02f6ccc commit 20a4d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cake/Test/TestCase/Cache/Engine/MemcachedEngineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ public function testZeroDuration() {
*/
public function testLongDurationEqualToZero() {
$memcached = new TestMemcachedEngine();
$memcached->_config['compress'] = false;
$memcached->init(['compress' => false]);

$mock = $this->getMock('Memcached');
$memcached->setMemcached($mock);
Expand Down

0 comments on commit 20a4d9a

Please sign in to comment.