Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
b23prodtm committed Nov 25, 2018
1 parent 7a359d3 commit aa57489
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/webroot/php_cms
Submodule php_cms updated from f60169 to 4a6c05
4 changes: 2 additions & 2 deletions test-cake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ while [[ "$#" > 0 ]]; do case $1 in
esac; shift; done
source ./Scripts/bootstrap.sh
if [[ "$COLLECT_COVERAGE" == "true" ]]; then
php app/vendor/bin/phpunit --coverage-clover app/build/logs/clover.xml --stop-on-failure -c app/phpunit.xml.dist app/Test/Case/AllTestsTest.php
./app/Vendor/bin/phpunit --coverage-clover app/build/logs/clover.xml --stop-on-failure -c app/phpunit.xml.dist app/Test/Case/AllTestsTest.php
else
if [ '${PHPCS}' != '1' ]; then
./lib/Cake/Console/cake test core AllTests --stderr
else
app/vendor/bin/phpcs -p --extensions=php --standard=CakePHP ./lib/Cake
./app/vendor/bin/phpcs -p --extensions=php --standard=CakePHP ./lib/Cake
fi
fi

0 comments on commit aa57489

Please sign in to comment.