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 0cf6658 commit 061d503Copy full SHA for 061d503
test/phpt/error_handler_007.phpt
@@ -3,6 +3,10 @@ ErrorHandler::notify() fatals with a throwing error handler
3
--SKIPIF--
4
<?php
5
6
+// Warning: This relies on the current working directory in which PHPUnit is executed.
7
+// If the directory is not the root of the project, this will silently fail and execute the test below.
8
+require __DIR__ . "/vendor/autoload.php";
9
+
10
$series = PHPUnit_Runner_Version::series();
11
list($major, $minor) = explode(".", $series);
12
0 commit comments