Skip to content

Commit c176fd6

Browse files
committed
Fixes
1 parent 69632af commit c176fd6

16 files changed

Lines changed: 7754 additions & 71 deletions

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/vendor/
2+
3+
# PHP tooling caches
4+
/.phpunit.cache/
5+
/.phpunit.result.cache
6+
/.php-cs-fixer.cache
7+
/.phpcs-cache
8+
/.phpstan.cache/
9+
/.psalm/cache/

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"phpmd": "phpmd . text phpmd.xml --exclude vendor",
3535
"psalm": "psalm --config=psalm.xml --show-info=true",
3636
"phpstan": "phpstan analyze --memory-limit=1G",
37-
"test": "phpunit",
37+
"test": "phpunit --no-configuration --do-not-fail-on-empty-test-suite tests",
3838
"check-all": [
3939
"@phpcs",
4040
"@phpmd",

0 commit comments

Comments
 (0)