diff options
author | Steph Fox <sfox@php.net> | 2008-02-12 16:39:59 +0000 |
---|---|---|
committer | Steph Fox <sfox@php.net> | 2008-02-12 16:39:59 +0000 |
commit | 85e641ebb4ce9b96fed93f269128e251f24fbfed (patch) | |
tree | d2288fbc6729ebc71e3ece4aadbeda49e0ec3634 /ext/phar/tests/tar/make_invalid_tar.php.inc | |
parent | 4a7c24b267052f28baf3035ccf82e2a8269031a6 (diff) | |
download | php-git-85e641ebb4ce9b96fed93f269128e251f24fbfed.tar.gz |
Make tests/tar in line with tests/zip.
Diffstat (limited to 'ext/phar/tests/tar/make_invalid_tar.php.inc')
-rw-r--r-- | ext/phar/tests/tar/make_invalid_tar.php.inc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/phar/tests/tar/make_invalid_tar.php.inc b/ext/phar/tests/tar/make_invalid_tar.php.inc deleted file mode 100644 index c18bd199b3..0000000000 --- a/ext/phar/tests/tar/make_invalid_tar.php.inc +++ /dev/null @@ -1,9 +0,0 @@ -<?php -include dirname(__FILE__) . '/tarmaker.php.inc'; -class corrupter extends tarmaker { -function close() -{ - fwrite($this->tmp, 'oopsie'); - fclose($this->tmp); -} -}
\ No newline at end of file |