Skip to content

Commit 640c9b2

Browse files
committed
Make the relative path work
1 parent 321ab56 commit 640c9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cursor/cursor-getmore-005.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
MongoDB\Driver\Cursor command result iteration with batchSize requiring getmore with non-full batches
33
--SKIPIF--
4-
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
4+
<?php require __DIR__ . "/" ."../utils/basic-skipif.inc"; ?>
55
<?php START("THROWAWAY"); CLEANUP(THROWAWAY); LOAD(THROWAWAY); ?>
66
--FILE--
77
<?php

0 commit comments

Comments
 (0)