mirror of
https://github.com/friendica/friendica
synced 2025-04-27 05:10:10 +00:00
remove GitHub Action for PHP tests
This commit is contained in:
parent
fe9dd2e12d
commit
f1e268ee0a
2 changed files with 0 additions and 114 deletions
|
@ -1,13 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
PHPUNIT="$(git rev-parse --show-toplevel)/bin/phpunit"
|
||||
|
||||
if ! [ -x "$PHPUNIT" ]; then
|
||||
echo "Install PHPUnit 8"
|
||||
cd /tmp/
|
||||
curl -s -O -L https://phar.phpunit.de/phpunit-8.phar
|
||||
chmod +x phpunit-8.phar
|
||||
mv phpunit-8.phar $PHPUNIT
|
||||
fi
|
||||
|
||||
echo "Using $PHPUNIT $($PHPUNIT --version)"
|
Loading…
Add table
Add a link
Reference in a new issue