- Class was renamed (change test names, too)

This commit is contained in:
Marcus Boerger 2006-01-01 23:05:42 +00:00
parent 1c9da67d89
commit 6d079c9c82
22 changed files with 22 additions and 22 deletions

View File

@ -1,5 +1,5 @@
--TEST--
PHP_Archive::apiVersion
Phar::apiVersion
--SKIPIF--
<?php if (!extension_loaded("phar")) print "skip"; ?>
--FILE--

View File

@ -1,5 +1,5 @@
--TEST--
PHP_Archive::mapPhar truncated manifest/improper params
Phar::mapPhar truncated manifest/improper params
--SKIPIF--
<?php if (!extension_loaded("phar")) print "skip"; ?>
--FILE--

View File

@ -1,5 +1,5 @@
--TEST--
PHP_Archive::mapPhar zlib not loaded
Phar::mapPhar zlib not loaded
--SKIPIF--
<?php if (!extension_loaded("phar")) print "skip zlib is present";
if (Phar::canCompress()) print "skip";?>

View File

@ -1,5 +1,5 @@
--TEST--
PHP_Archive::mapPhar no __HALT_COMPILER();
Phar::mapPhar no __HALT_COMPILER();
--SKIPIF--
<?php if (!extension_loaded("phar")) print "skip";?>
--FILE--

View File

@ -1,5 +1,5 @@
--TEST--
PHP_Archive::mapPhar truncated manifest (none)
Phar::mapPhar truncated manifest (none)
--SKIPIF--
<?php if (!extension_loaded("phar")) print "skip";?>
--FILE--

View File

@ -1,5 +1,5 @@
--TEST--
PHP_Archive::mapPhar truncated manifest (manifest length truncated)
Phar::mapPhar truncated manifest (manifest length truncated)
--SKIPIF--
<?php if (!extension_loaded("phar")) print "skip";?>
--FILE--

View File

@ -1,5 +1,5 @@
--TEST--
PHP_Archive::mapPhar manifest too big
Phar::mapPhar manifest too big
--SKIPIF--
<?php if (!extension_loaded("phar")) print "skip";?>
--FILE--

View File

@ -1,5 +1,5 @@
--TEST--
PHP_Archive::mapPhar truncated manifest (not enough for manifest length)
Phar::mapPhar truncated manifest (not enough for manifest length)
--SKIPIF--
<?php if (!extension_loaded("phar")) print "skip";?>
--FILE--

View File

@ -1,5 +1,5 @@
--TEST--
PHP_Archive::mapPhar too many manifest entries
Phar::mapPhar too many manifest entries
--SKIPIF--
<?php if (!extension_loaded("phar")) print "skip";?>
--FILE--

View File

@ -1,5 +1,5 @@
--TEST--
PHP_Archive::mapPhar buffer overrun
Phar::mapPhar buffer overrun
--SKIPIF--
<?php if (!extension_loaded("phar")) print "skip";?>
--FILE--

View File

@ -1,5 +1,5 @@
--TEST--
PHP_Archive::mapPhar filesize too small in manifest
Phar::mapPhar filesize too small in manifest
--SKIPIF--
<?php if (!extension_loaded("phar")) print "skip";?>
--FILE--

View File

@ -1,5 +1,5 @@
--TEST--
PHP_Archive::mapPhar valid file
Phar::mapPhar valid file
--SKIPIF--
<?php if (!extension_loaded("phar")) print "skip";?>
--FILE--

View File

@ -1,5 +1,5 @@
--TEST--
PHP_Archive::mapPhar filesize mismatch
Phar::mapPhar filesize mismatch
--SKIPIF--
<?php if (!extension_loaded("phar")) print "skip";?>
--FILE--

View File

@ -1,5 +1,5 @@
--TEST--
PHP_Archive::mapPhar filesize mismatch
Phar::mapPhar filesize mismatch
--SKIPIF--
<?php if (!extension_loaded("phar")) print "skip";?>
--FILE--

View File

@ -1,5 +1,5 @@
--TEST--
PHP_Archive::mapPhar valid file (gzipped)
Phar::mapPhar valid file (gzipped)
--SKIPIF--
<?php if (!extension_loaded("phar")) print "skip";
if (!PHP_Archive::canCompress()) print "skip"; ?>

View File

@ -1,5 +1,5 @@
--TEST--
PHP_Archive::mapPhar invalid file (gzipped file length is too short)
Phar::mapPhar invalid file (gzipped file length is too short)
--SKIPIF--
<?php if (!extension_loaded("phar")) print "skip";
if (!PHP_Archive::canCompress()) print "skip"; ?>

View File

@ -1,5 +1,5 @@
--TEST--
opendir test - no dir specified at all
Phar: opendir test - no dir specified at all
--SKIPIF--
<?php if (!extension_loaded("phar")) print "skip"; ?>
--FILE--

View File

@ -1,5 +1,5 @@
--TEST--
opendir test, root directory
Phar: opendir test, root directory
--SKIPIF--
<?php if (!extension_loaded("phar")) print "skip"; ?>
--FILE--

View File

@ -1,5 +1,5 @@
--TEST--
opendir test, subdirectory
Phar: opendir test, subdirectory
--SKIPIF--
<?php if (!extension_loaded("phar")) print "skip"; ?>
--FILE--

View File

@ -1,5 +1,5 @@
--TEST--
url stat
Phar: url stat
--SKIPIF--
<?php if (!extension_loaded("phar")) print "skip"; ?>
--FILE--

View File

@ -1,5 +1,5 @@
--TEST--
stream stat
Phar: stream stat
--SKIPIF--
<?php if (!extension_loaded("phar")) print "skip"; ?>
--FILE--

View File

@ -1,5 +1,5 @@
--TEST--
stream stat
Phar: stream stat
--SKIPIF--
<?php if (!extension_loaded("phar")) print "skip"; ?>
--FILE--