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 298488f commit 485b486Copy full SHA for 485b486
tests/cursor/cursor-get_iterator-002.phpt
@@ -1,6 +1,7 @@
1
--TEST--
2
MongoDB\Driver\Cursor get_iterator handler does not yield multiple iterators (IteratorIterator)
3
--SKIPIF--
4
+<?php if (defined("HHVM_VERSION_ID")) exit("skip HHVM cannot detect the *wrapping* of a Cursor"); ?>
5
<?php require __DIR__ . "/../utils/basic-skipif.inc"; CLEANUP(STANDALONE) ?>
6
--FILE--
7
<?php
0 commit comments