From 73c8a340cf817b981ee4e1ab031a9e1fd91b61a7 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 10 Aug 2005 06:36:25 +0000 Subject: [PATCH] Fixed test file (.inc.php -> .php) --- ext/spl/tests/spl_autoload_001.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/spl/tests/spl_autoload_001.phpt b/ext/spl/tests/spl_autoload_001.phpt index 8d4c000473..da97ace27e 100755 --- a/ext/spl/tests/spl_autoload_001.phpt +++ b/ext/spl/tests/spl_autoload_001.phpt @@ -105,7 +105,7 @@ catch(Exception $e) --EXPECTF-- ===EMPTY=== -string(13) ".inc,.inc.php" +string(9) ".inc,.php" %stestclass.inc Exception: Class TestClass could not be loaded ===()=== -- 2.40.0