We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8a983 commit 8483b0aCopy full SHA for 8483b0a
2 files changed
composer.json
@@ -47,7 +47,7 @@
47
"require-dev": {
48
"buggregator/trap": "^1.13",
49
"jetbrains/phpstorm-attributes": "^1.0",
50
- "phpunit/phpunit": "^10.0",
+ "phpunit/phpunit": "^10.5.45",
51
"spiral/code-style": "^2.2",
52
"vimeo/psalm": "^6.0"
53
},
phpunit.xml
@@ -15,4 +15,19 @@
15
<directory>tests/Unit</directory>
16
</testsuite>
17
</testsuites>
18
+ <coverage>
19
+ <report>
20
+ <html outputDirectory="runtime/phpunit/coverage"/>
21
+ <text outputFile="runtime/phpunit/coverage.txt"/>
22
+ <clover outputFile="runtime/phpunit/logs/clover.xml"/>
23
+ </report>
24
+ </coverage>
25
+ <logging>
26
+ <junit outputFile="runtime/report.junit.xml"/>
27
+ </logging>
28
+ <source>
29
+ <include>
30
+ <directory>src</directory>
31
+ </include>
32
+ </source>
33
</phpunit>
0 commit comments