Skip to content

Commit 7a9c02d

Browse files
committed
toPHP() error test should not require servers
1 parent 7434766 commit 7a9c02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bson/bson-toPHP_error-001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MongoDB\BSON\toPHP(): Type classes must be instantiatable and implement Unserial
33
--FILE--
44
<?php
55

6-
require_once __DIR__ . "/../utils/basic.inc";
6+
require_once __DIR__ . '/../utils/tools.php';
77

88
abstract class MyAbstractDocument implements MongoDB\BSON\Unserializable {}
99

0 commit comments

Comments
 (0)