Skip to content

Commit 01c9744

Browse files
authored
Update error message in require_directory test
1 parent a17c111 commit 01c9744

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Zend/tests/require_directory.phpt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ require $dir;
1111
--EXPECTF--
1212
Notice: require(): Read of %d bytes failed with errno=21 Is a directory in %s on line %d
1313

14-
Fatal error: require(): Failed opening required '%s' (include_path='%s') in %s on line %d
14+
Fatal error: Uncaught Error: Failed opening required '%s' (include_path='.:') in %s:%d
15+
Stack trace:
16+
#0 {main}
17+
thrown in %s on line %d

0 commit comments

Comments
 (0)