File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ before_script:
2323script :
2424 - vendor/bin/phpunit --bootstrap tests/bootstrap.php --configuration tests/phpunit.xml
2525 - php vendor/bin/phpcpd --exclude tests --exclude vendor .
26- - php vendor/bin/phploc lib /.
26+ - php vendor/bin/phploc src /.
2727 - mkdir -p tests/build/dependences
28- - php vendor/bin/pdepend --summary-xml=tests/build/logs/dependence-summary.xml --jdepend-chart=tests/build/dependences/jdepend.svg --overview-pyramid=tests/build/dependences/pyramid.svg lib /.
29- - php vendor/bin/phpcs --standard=tests/ZendModStandard lib /Saml2 demo1 demo2 endpoints tests/src
28+ - php vendor/bin/pdepend --summary-xml=tests/build/logs/dependence-summary.xml --jdepend-chart=tests/build/dependences/jdepend.svg --overview-pyramid=tests/build/dependences/pyramid.svg src /.
29+ - php vendor/bin/phpcs --standard=tests/ZendModStandard src /Saml2 demo1 demo2 endpoints tests/src
3030
3131after_script :
3232 - export TRAVIS=https://travis-ci.org/onelogin/php-saml
You can’t perform that action at this time.
0 commit comments