芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/portal.pulsehost.co.uk/vendor/smarty/smarty/run-tests.sh
#!/bin/sh composer update php -r 'echo "\nPHP version " . phpversion() . ". ";'; if [ -z $1 ]; then echo "Running all unit tests.\n" php ./vendor/phpunit/phpunit/phpunit tests else echo "Running all unit tests, except tests marked with @group $1.\n" php ./vendor/phpunit/phpunit/phpunit --exclude-group $1 tests fi