File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
--TEST--
2
2
MongoDB\Driver\Cursor query result iteration through IteratorIterator
3
3
--SKIPIF--
4
- <?php require " tests /utils/basic-skipif.inc " ; CLEANUP (STANDALONE ) ?>
4
+ <?php require __DIR__ . " /.. /utils/basic-skipif.inc " ; CLEANUP (STANDALONE ) ?>
5
5
--FILE--
6
6
<?php
7
- require_once " tests /utils/basic.inc " ;
7
+ require_once __DIR__ . " /.. /utils/basic.inc " ;
8
8
9
9
$ manager = new MongoDB \Driver \Manager (STANDALONE );
10
10
Original file line number Diff line number Diff line change 1
1
--TEST--
2
2
MongoDB\Driver\Cursor command result iteration through IteratorIterator
3
3
--SKIPIF--
4
- <?php require " tests /utils/basic-skipif.inc " ; CLEANUP (STANDALONE ) ?>
4
+ <?php require __DIR__ . " /.. /utils/basic-skipif.inc " ; CLEANUP (STANDALONE ) ?>
5
5
--FILE--
6
6
<?php
7
- require_once " tests /utils/basic.inc " ;
7
+ require_once __DIR__ . " /.. /utils/basic.inc " ;
8
8
9
9
$ manager = new MongoDB \Driver \Manager (STANDALONE );
10
10
You can’t perform that action at this time.
0 commit comments