Skip to content

Commit

Permalink
tests/make-example.sh - Check style on new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Oct 8, 2017
1 parent 89a93d8 commit 6914c6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/make-example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,9 @@ pushd $WORKINGDIR
phpunit4 ./tests/phpunit/Civi/CiviExample/PHPUnitTest.php
phpunit4 --group headless
phpunit4 --group e2e
popd
popd

pushd "$EXMODULE"
find tests -name '*.php' | xargs civilint
popd
popd

0 comments on commit 6914c6a

Please sign in to comment.