From: Marcus Boerger Date: Sun, 12 Nov 2006 17:55:39 +0000 (+0000) Subject: - Update test after SPL change X-Git-Tag: RELEASE_1_0_0RC1~1042 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28af3ea8a7f10052a21345302ea403a8974b661a;p=php - Update test after SPL change --- diff --git a/ext/phar/tests/phar_oo_006.phpt b/ext/phar/tests/phar_oo_006.phpt index 6940c3baa6..ec6e8f4afd 100755 --- a/ext/phar/tests/phar_oo_006.phpt +++ b/ext/phar/tests/phar_oo_006.phpt @@ -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===