This repository was archived by the owner on Jul 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 15
15
printerClass =" Codedungeon\PHPUnitPrettyResultPrinter\Printer" >
16
16
<testsuites >
17
17
<testsuite name =" Rinvex Support Unit Test Suite" >
18
- <directory > tests/Unit</directory >
18
+ <directory suffix = " Test.php " >./ tests/Unit</directory >
19
19
</testsuite >
20
- <testsuite name =" Rinvex Support Integration Test Suite" >
21
- <directory > tests/Integration </directory >
20
+ <testsuite name =" Rinvex Support Feature Test Suite" >
21
+ <directory suffix = " Test.php " >./ tests/Feature </directory >
22
22
</testsuite >
23
23
</testsuites >
24
24
<filter >
25
25
<whitelist >
26
- <directory suffix =" .php" >src/ </directory >
26
+ <directory suffix =" .php" >./src </directory >
27
27
</whitelist >
28
28
</filter >
29
29
<logging >
30
30
<log type =" tap" target =" build/report.tap" />
31
31
<log type =" junit" target =" build/report.junit.xml" />
32
- <log type =" coverage-html" target =" build/coverage" />
32
+ <log type =" coverage-html" target =" build/coverage" charset = " UTF-8 " yui = " true " highlight = " true " />
33
33
<log type =" coverage-text" target =" build/coverage.txt" />
34
34
<log type =" coverage-clover" target =" build/logs/clover.xml" />
35
35
</logging >
36
+ <php >
37
+ <env name =" APP_ENV" value =" testing" />
38
+ <env name =" CACHE_DRIVER" value =" array" />
39
+ <env name =" SESSION_DRIVER" value =" array" />
40
+ <env name =" QUEUE_DRIVER" value =" sync" />
41
+ <env name =" DB_CONNECTION" value =" sqlite" />
42
+ <env name =" DB_DATABASE" value =" :memory:" />
43
+ </php >
36
44
</phpunit >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments