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 6053222 commit f0c52a8Copy full SHA for f0c52a8
tests/_files/FatalTest.php
@@ -4,7 +4,7 @@ class FatalTest extends PHPUnit_Framework_TestCase
4
{
5
public function testFatalError()
6
7
- if (extension_loaded('xdebug')) {
+ if (extension_loaded('xdebug') && function_exists('xdebug_disable')) {
8
xdebug_disable();
9
}
10
0 commit comments