File tree Expand file tree Collapse file tree 2 files changed +10
-56
lines changed
Expand file tree Collapse file tree 2 files changed +10
-56
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit colors =" true" bootstrap =" ./test/Bootstrap .php" >
3- <testsuites >
4- <testsuite name =" all" >
5- <directory >./test</directory >
6- </testsuite >
7- </testsuites >
2+ <phpunit colors =" true" bootstrap =" ./vendor/autoload .php" >
3+ <testsuites >
4+ <testsuite name =" all" >
5+ <directory >./test</directory >
6+ </testsuite >
7+ </testsuites >
88
9- <filter >
10- <whitelist >
9+ <filter >
10+ <whitelist >
1111 <directory suffix =" .php" >src/</directory >
1212 </whitelist >
13- </filter >
13+ </filter >
1414
15- <logging >
16- <log type =" tap" target =" build/report.tap" />
15+ <logging >
1716 <log type =" junit" target =" build/report.junit.xml" />
1817 <log type =" coverage-text" target =" php://stdout" />
1918 <log type =" coverage-html" target =" build/coverage" charset =" UTF-8" yui =" true" highlight =" true" />
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments