Remove filter option

This commit is contained in:
Sven Ahrens 2020-09-02 13:03:49 +02:00
parent ae34ae9518
commit 51034af207
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
],
"scripts": {
"test": [
"phpunit --color=always --filter testReadAlternateContent"
"phpunit --color=always"
],
"test-no-coverage": [
"phpunit --color=always --no-coverage"