diff options
author | Marcus Boerger <helly@php.net> | 2006-01-01 23:05:42 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-01-01 23:05:42 +0000 |
commit | 6d079c9c8268831932f5bd70b6299e01e32a18ca (patch) | |
tree | 6bdac5b8d67e7001d3cfd97693a441b41e34dee0 /ext/phar/tests/022.phpt | |
parent | 1c9da67d8963b70d6220b32e2038202f2e27f987 (diff) | |
download | php-git-6d079c9c8268831932f5bd70b6299e01e32a18ca.tar.gz |
- Class was renamed (change test names, too)
Diffstat (limited to 'ext/phar/tests/022.phpt')
-rw-r--r-- | ext/phar/tests/022.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/022.phpt b/ext/phar/tests/022.phpt index 81202273b8..e2769e4b46 100644 --- a/ext/phar/tests/022.phpt +++ b/ext/phar/tests/022.phpt @@ -1,5 +1,5 @@ --TEST-- -stream stat +Phar: stream stat --SKIPIF-- <?php if (!extension_loaded("phar")) print "skip"; ?> --FILE-- |