From 1a29376c0706ddd383e8909d1d30c2c1cafc1ce0 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 10 Aug 2005 06:10:04 +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.50.1