Skip to content

Commit

Permalink
Merge branch 'dev' into FAU-414
Browse files Browse the repository at this point in the history
  • Loading branch information
amiut committed May 24, 2024
2 parents 2c43e60 + 023a63d commit bc49aab
Show file tree
Hide file tree
Showing 3 changed files with 687 additions and 2 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
"scripts": {
"check-coding-standards": "vendor/bin/phpcs",
"check-psalm": "vendor/bin/psalm --no-cache",
"fix-coding-standards": "vendor/bin/phpcbf"
"fix-coding-standards": "vendor/bin/phpcbf",
"tests": "@php ./vendor/phpunit/phpunit/phpunit --coverage-text",
"tests:no-cov": "@php ./vendor/phpunit/phpunit/phpunit --no-coverage"
}
}
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
processIsolation="true"
colors="true"
verbose="true">
<coverage processUncoveredFiles="true">
<coverage>
<include>
<directory suffix=".php">src</directory>
</include>
Expand Down
Loading

0 comments on commit bc49aab

Please sign in to comment.