mirror of
https://github.com/friendica/friendica
synced 2025-01-14 11:04:43 +00:00
remove bin/dev/setup-phpunit.sh
This commit is contained in:
parent
50cf3bf4f7
commit
d959c07e25
1 changed files with 0 additions and 13 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…
Reference in a new issue