summarylogtreecommitdiffstats
path: root/phpunit-skeleton-generator.install
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit-skeleton-generator.install')
-rw-r--r--phpunit-skeleton-generator.install8
1 files changed, 0 insertions, 8 deletions
diff --git a/phpunit-skeleton-generator.install b/phpunit-skeleton-generator.install
deleted file mode 100644
index cfb1610c9ad7..000000000000
--- a/phpunit-skeleton-generator.install
+++ /dev/null
@@ -1,8 +0,0 @@
-post_install() {
- echo
- echo "Warning: phar.so must be enabled in your php.ini"
-}
-
-post_upgrade() {
- post_install
-}