diff options
Diffstat (limited to 'tests/failboot.php')
-rw-r--r-- | tests/failboot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/failboot.php b/tests/failboot.php index fa8b96f6..d59462cd 100644 --- a/tests/failboot.php +++ b/tests/failboot.php @@ -1,3 +1,3 @@ <?php ini_set('display_errors', 'stderr'); -throw new Error("failboot error");
\ No newline at end of file +throw new Error("failboot error"); |