2
0
Fork 0

Only skip phpunit for now

master
Mike Koch vor 7 Jahren
Ursprung fcaee13ba3
Commit 88964a73eb
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 9BA5D7F8391455ED

@ -12,7 +12,7 @@ while test $# -gt 0; do
continue
fi
for file in `find $current -type f -not -path "*vendor/*" -not -path "*/api/Tests/*" -name "*.php"` ; do
for file in `find $current -type f -not -path "*vendor/phpunit/*" -not -path "*/api/Tests/*" -name "*.php"` ; do
RESULTS=`php -l $file`
echo $RESULTS

Laden…
Abbrechen
Speichern