phpunit
This commit is contained in:
parent
d35aa31a8f
commit
36782d1a1a
|
@ -4,3 +4,4 @@
|
|||
/.Readme.md.html
|
||||
/vendor/
|
||||
/composer.lock
|
||||
/code-coverage/
|
||||
|
|
|
@ -11,4 +11,5 @@ cache:
|
|||
|
||||
script:
|
||||
- phpunit
|
||||
- ls -l code-coverage/*
|
||||
- sonar-scanner
|
||||
|
|
Loading…
Reference in New Issue