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 22b8b41 commit e4fd195Copy full SHA for e4fd195
resources/lib/UnitySite.php
@@ -12,7 +12,7 @@ public static function die($x)
12
if (@$GLOBALS["PHPUNIT_NO_DIE_PLEASE"] == true) {
13
throw new PhpUnitNoDieException(strval($x));
14
} else {
15
- \die($x);
+ die($x);
16
}
17
18
0 commit comments