summaryrefslogtreecommitdiff
path: root/ext/phar/tests/tar/make_invalid_tar.php.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/tar/make_invalid_tar.php.inc')
-rw-r--r--ext/phar/tests/tar/make_invalid_tar.php.inc9
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