File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11.idea
22composer.lock
33vendor
4+ build
Original file line number Diff line number Diff line change 88 processIsolation =" false"
99 stopOnFailure =" false" >
1010 <testsuites >
11- <testsuite name =" Application Test Suite" >
12- <directory suffix = " Test.php " >./ tests</directory >
11+ <testsuite name =" Nckg Test Suite" >
12+ <directory > tests</directory >
1313 </testsuite >
1414 </testsuites >
15+ <filter >
16+ <whitelist >
17+ <directory suffix =" .php" >src/</directory >
18+ </whitelist >
19+ </filter >
20+ <logging >
21+ <log type =" tap" target =" build/report.tap" />
22+ <log type =" junit" target =" build/report.junit.xml" />
23+ <log type =" coverage-html" target =" build/coverage" charset =" UTF-8" yui =" true" highlight =" true" />
24+ <log type =" coverage-text" target =" build/coverage.txt" />
25+ <log type =" coverage-clover" target =" build/logs/clover.xml" />
26+ </logging >
1527</phpunit >
You can’t perform that action at this time.
0 commit comments