Skip to content

Commit e4fd195

Browse files
committed
fix die
1 parent 22b8b41 commit e4fd195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lib/UnitySite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static function die($x)
1212
if (@$GLOBALS["PHPUNIT_NO_DIE_PLEASE"] == true) {
1313
throw new PhpUnitNoDieException(strval($x));
1414
} else {
15-
\die($x);
15+
die($x);
1616
}
1717
}
1818

0 commit comments

Comments
 (0)