Skip to content

Commit

Permalink
Updated test wrapper for more readable output
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Jan 29, 2014
1 parent abc0de7 commit eb94245
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/runTests.sh
Expand Up @@ -4,6 +4,9 @@ set -e
echo 'Running unit tests.' echo 'Running unit tests.'
phpunit --verbose --coverage-text phpunit --verbose --coverage-text


echo ''
echo ''
echo ''
echo 'Testing for Coding Styling Compliance.' echo 'Testing for Coding Styling Compliance.'
echo 'All code should follow PSR standards.' echo 'All code should follow PSR standards.'
./vendor/fabpot/php-cs-fixer/php-cs-fixer fix ./src --dry-run --level="all" -vv ./vendor/fabpot/php-cs-fixer/php-cs-fixer fix ./ --dry-run --level="all" -vv

0 comments on commit eb94245

Please sign in to comment.