]> granicus.if.org Git - php/commitdiff
- Update test after SPL change
authorMarcus Boerger <helly@php.net>
Sun, 12 Nov 2006 17:55:39 +0000 (17:55 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 12 Nov 2006 17:55:39 +0000 (17:55 +0000)
ext/phar/tests/phar_oo_006.phpt

index 6940c3baa69ae89960c6e5ecd043a198f7e01f93..ec6e8f4afdec9a0e0e58310ab9d88ccee97dcc8b 100755 (executable)
@@ -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===