1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00

- Update test after SPL change

This commit is contained in:
Marcus Boerger
2006-11-12 17:55:39 +00:00
parent aa3222a342
commit 28af3ea8a7
+3 -3
View File
@@ -41,9 +41,9 @@ __halt_compiler();
--EXPECTF--
SplFileInfo::setFileClass() expects parameter 1 to be a class name derived from SplFileObject, 'SplFileInfo' given
MyFile::__construct(phar://%s/a.php)
phar://%s/a.php
a.php
MyFile::__construct(phar://%s/b/c.php)
phar://%s/b/c.php
c.php
MyFile::__construct(phar://%s/b.php)
phar://%s/b.php
b.php
===DONE===