psalm fixes

This commit is contained in:
Robin Appelman 2021-10-27 15:28:12 +02:00
commit cce108848c
5 changed files with 18 additions and 9 deletions

View file

@ -82,6 +82,7 @@ jobs:
run: |
echo '{"host": "localhost","user": "test","password": "test","share": "test","root": ""}' > tests/config.json
- name: PHPUnit Tests
timeout-minutes: 2
env:
BACKEND: ${{ matrix.backend }}
run: php ./vendor/bin/phpunit tests -c tests/phpunit.xml --coverage-clover=coverage.xml