Remove unused file

This commit is contained in:
Ibnu Maksum
2024-02-26 14:42:54 +07:00
parent d2fa9be8d1
commit 0cad73a17f
267 changed files with 0 additions and 20955 deletions

View File

@ -1,10 +0,0 @@
#!/bin/sh
# Runs composer update, echoes php version and runs PHPUnit
# Usage examples:
# - ./run-tests.sh --group 20221124
# - ./run-tests.sh --exclude-group slow
composer update --quiet
#php -r 'echo "\nPHP version " . phpversion() . ". ";'
php ./vendor/phpunit/phpunit/phpunit $@