Only skip phpunit for now
This commit is contained in:
parent
fcaee13ba3
commit
88964a73eb
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user