diff options
Diffstat (limited to 'tests/classes/autoload_021.phpt')
-rw-r--r-- | tests/classes/autoload_021.phpt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/classes/autoload_021.phpt b/tests/classes/autoload_021.phpt index 13562b4000..5ec4ada9df 100644 --- a/tests/classes/autoload_021.phpt +++ b/tests/classes/autoload_021.phpt @@ -10,4 +10,7 @@ $x = new $a; echo "BUG\n"; ?> --EXPECTF-- -Fatal error: Class '../BUG' not found in %sautoload_021.php on line 6 +Fatal error: Uncaught exception 'EngineException' with message 'Class '../BUG' not found' in %sautoload_021.php:6 +Stack trace: +#0 {main} + thrown in %sautoload_021.php on line 6 |