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 3b78578 commit 71f29b4Copy full SHA for 71f29b4
tests/bson/bson-binary-001.phpt
@@ -1,10 +1,10 @@
1
--TEST--
2
BSON BSON\Binary #001
3
--SKIPIF--
4
-<?php require "tests/utils/basic-skipif.inc"?>
+<?php require __DIR__ . "/../utils/basic-skipif.inc"?>
5
--FILE--
6
<?php
7
-require_once "tests/utils/basic.inc";
+require_once __DIR__ . "/../utils/basic.inc";
8
9
$types = array(
10
BSON\Binary::TYPE_GENERIC,
0 commit comments