Skip to content

Commit

Permalink
Skip test on PHP7 as the warning is not consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Feb 24, 2016
1 parent 7e5f563 commit 9c0da41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Test/Case/Cache/Engine/MemcachedEngineTest.php
Expand Up @@ -346,6 +346,7 @@ public function testIgbinarySerializerThrowException() {
* @return void
*/
public function testSaslAuthException() {
$this->skipIf(version_compare(PHP_VERSION, '7.0.0', '>='));
$Memcached = new TestMemcachedEngine();
$settings = array(
'engine' => 'Memcached',
Expand Down

0 comments on commit 9c0da41

Please sign in to comment.