mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Skip test on PHP7 as the warning is not consistent.
This commit is contained in:
parent
7e5f56362f
commit
9c0da41858
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue