Browse Source

Fixed test file (.inc.php -> .php)

PHP-5.1
Dmitry Stogov 21 years ago
parent
commit
1a29376c07
  1. 2
      ext/spl/tests/spl_autoload_001.phpt

2
ext/spl/tests/spl_autoload_001.phpt

@ -105,7 +105,7 @@ catch(Exception $e)
<?php exit(0); ?> <?php exit(0); ?>
--EXPECTF-- --EXPECTF--
===EMPTY=== ===EMPTY===
string(13) ".inc,.inc.php"
string(9) ".inc,.php"
%stestclass.inc %stestclass.inc
Exception: Class TestClass could not be loaded Exception: Class TestClass could not be loaded
===()=== ===()===

Loading…
Cancel
Save