Skip to content

Commit 14ddad2

Browse files
committed
dependencies updated.
1 parent 7a6abae commit 14ddad2

File tree

3 files changed

+23
-19
lines changed

3 files changed

+23
-19
lines changed

.idea/runConfigurations/CloudFunctionsTest.xml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/SimpleTest.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

phpunit.xml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@
55
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
66
colors="true">
77

8-
<php/>
8+
<php>
9+
<ini name="error_reporting" value="-1"/>
10+
</php>
11+
12+
<testsuites>
13+
<testsuite name="main">
14+
<directory phpVersion="7.4.0" phpVersionOperator=">=">tests</directory>
15+
</testsuite>
16+
</testsuites>
917

1018
<coverage>
1119
<include>
@@ -17,12 +25,8 @@
1725
</report>
1826
</coverage>
1927

20-
<testsuites>
21-
<testsuite name="main">
22-
<directory>tests</directory>
23-
</testsuite>
24-
</testsuites>
25-
26-
<logging/>
28+
<logging>
29+
<testdoxHtml outputFile="build/testdox.html"/>
30+
</logging>
2731

2832
</phpunit>

0 commit comments

Comments
 (0)