We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06dbf1e commit ff78084Copy full SHA for ff78084
.circle.yml
@@ -4,6 +4,7 @@ machine:
4
5
test:
6
override:
7
+ - composer install
8
- vendor/bin/phpcs src tests --report-gitblame=analysis-sniffer-blame.txt --report-checkstyle=analysis-sniffer.xml || true
9
- vendor/bin/phpmd src,tests xml codesize,naming,unusedcode --reportfile analysis-mess.xml || true
10
- vendor/bin/phpunit tests/unit --log-junit tests-results.xml --coverage-clover coverage.xml
0 commit comments