Skip test on PHP7 as the warning is not consistent.

This commit is contained in:
mark_story 2016-02-23 20:54:16 -05:00
parent 7e5f56362f
commit 9c0da41858

View file

@ -346,6 +346,7 @@ class MemcachedEngineTest extends CakeTestCase {
* @return void
*/
public function testSaslAuthException() {
$this->skipIf(version_compare(PHP_VERSION, '7.0.0', '>='));
$Memcached = new TestMemcachedEngine();
$settings = array(
'engine' => 'Memcached',