blob: e98ff10b1b956b1fca676b032816e45fea1a08fc (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo
echo "Warning: phar.so must be enabled and date.timezone set in your php.ini"
echo "Note: You should load /usr/share/webapps/bin/phpunit.phar in your IDE"
}
post_upgrade() {
post_install
}
|