Skip to content

Commit

Permalink
Fix failing tests from bad merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 16, 2014
1 parent 49bd217 commit c9ba7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Cache/Engine/MemcachedEngineTest.php
Expand Up @@ -361,7 +361,7 @@ public function testSaslAuthException() {
);

$this->setExpectedException('PHPUnit_Framework_Error_Warning');
$MemcachedEngine->init($settings);
$MemcachedEngine->init($config);
}

/**
Expand Down

0 comments on commit c9ba7d0

Please sign in to comment.