File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1515
1616 <testsuites >
1717 <testsuite name =" Unit" >
18- <directory >./Tests /Unit/</directory >
18+ <directory >./tests /Unit/</directory >
1919 </testsuite >
2020 <testsuite name =" Controller" >
21- <directory >./Tests /Controller/</directory >
21+ <directory >./tests /Controller/</directory >
2222 </testsuite >
2323 <testsuite name =" Configuration" >
24- <directory >./Tests /Configuration/</directory >
24+ <directory >./tests /Configuration/</directory >
2525 </testsuite >
2626 </testsuites >
2727
2828 <filter >
2929 <whitelist >
30- <directory >./</directory >
30+ <directory >./src/ </directory >
3131 <exclude >
32- <directory >./Tests/</directory >
33- <directory >./Resources/</directory >
34- <directory >./vendor/</directory >
32+ <directory >./src/Resources/</directory >
3533 </exclude >
3634 </whitelist >
3735 <blacklist >
3836 <directory >./vendor/</directory >
3937 <directory >./build/</directory >
4038 <directory >./target/</directory >
41- <directory >./Tests /</directory >
39+ <directory >./tests /</directory >
4240 </blacklist >
4341 </filter >
4442</phpunit >
You can’t perform that action at this time.
0 commit comments