Skip to content

Commit 22dff2f

Browse files
Update tests config
1 parent 749bce4 commit 22dff2f

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

phpunit.xml

+5-12
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@
55
colors="true"
66
cacheResult="false"
77
>
8-
<coverage>
9-
<report>
10-
<clover outputFile="build/logs/clover.xml" />
11-
<html outputDirectory="build/logs/coverage" />
12-
<text outputFile="build/logs/coverage.txt" />
13-
</report>
14-
</coverage>
15-
<php>
16-
<env name="APP_KEY" value="AckfSECXIvnK5r28GVIWUAxmbBSjTsmF" />
17-
<env name="REDIS_HOST" value="127.0.0.1" />
18-
<env name="REDIS_PORT" value="6379" />
19-
</php>
208
<testsuites>
219
<testsuite name="Test Suite">
2210
<directory>./tests</directory>
@@ -27,4 +15,9 @@
2715
<directory>./src</directory>
2816
</include>
2917
</source>
18+
<php>
19+
<env name="APP_KEY" value="AckfSECXIvnK5r28GVIWUAxmbBSjTsmF" />
20+
<env name="REDIS_HOST" value="127.0.0.1" />
21+
<env name="REDIS_PORT" value="6379" />
22+
</php>
3023
</phpunit>

0 commit comments

Comments
 (0)