Skip to content

Commit 77aead2

Browse files
committed
chore(deps): Update dependencies
1 parent f3ed9a7 commit 77aead2

File tree

2 files changed

+65
-53
lines changed

2 files changed

+65
-53
lines changed

Diff for: composer.lock

+53-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: phpunit.xml.dist

+12
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,22 @@
88
<testsuite name="Feature">
99
<directory>./tests/Feature</directory>
1010
</testsuite>
11+
<testsuite name="Integration">
12+
<directory>./tests/Integration</directory>
13+
</testsuite>
1114
<testsuite name="Unit">
1215
<directory>./tests/Unit</directory>
1316
</testsuite>
1417
</testsuites>
18+
<coverage>
19+
<include>
20+
<directory suffix=".php">./app</directory>
21+
</include>
22+
<report>
23+
<html outputDirectory="./coverage-report" />
24+
<clover outputFile="./coverage.xml" />
25+
</report>
26+
</coverage>
1527
<source>
1628
<include>
1729
<directory>./app</directory>

0 commit comments

Comments
 (0)