mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-25 17:29:09 +00:00
3 lines
102 B
Bash
3 lines
102 B
Bash
find . -type "f" -iname "*.php" | xargs -L "1" php -l
|
|
cd tests && phpunit --configuration phpunit.xml
|