From e97d5fab35af5c73b0d9614bb2d079c67bf4d508 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Sun, 17 May 2015 17:31:43 -0500 Subject: Update exception names in tests after formatting changes. --- Zend/tests/bug43344_2.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zend/tests/bug43344_2.phpt') diff --git a/Zend/tests/bug43344_2.phpt b/Zend/tests/bug43344_2.phpt index 6b74e76a0b..081f339a41 100644 --- a/Zend/tests/bug43344_2.phpt +++ b/Zend/tests/bug43344_2.phpt @@ -6,7 +6,7 @@ namespace Foo; echo Foo::bar."\n"; ?> --EXPECTF-- -Fatal error: Uncaught EngineException: Class 'Foo\Foo' not found in %sbug43344_2.php:%d +Fatal error: Uncaught Error: Class 'Foo\Foo' not found in %sbug43344_2.php:%d Stack trace: #0 {main} thrown in %sbug43344_2.php on line %d -- cgit v1.2.1