We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b68f5 commit d99153bCopy full SHA for d99153b
tests/session/session-003.phpt
@@ -1,6 +1,7 @@
1
--TEST--
2
MongoDB\Driver\Session spec test: session cannot be used for different clients
3
--SKIPIF--
4
+<?php if (getenv("TRAVIS")) exit("skip This currently fails on Travis because it doesn't run 3.6 yet"); ?>
5
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
6
<?php NEEDS('STANDALONE'); CLEANUP(STANDALONE); ?>
7
--FILE--
0 commit comments