Skip to content

Commit

Permalink
Create phplint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod committed Mar 12, 2016
1 parent 37300ee commit 83d73d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/phplint.sh
@@ -0,0 +1,3 @@
echo "start php syntax check";
result=$(find ../ -type f -name \*.php -exec php -l {} \; | grep -ci "Errors parsing ")
exit $result;

0 comments on commit 83d73d9

Please sign in to comment.