File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 stopOnFailure =" false" >
1010 <testsuites >
1111 <testsuite name =" Tests" >
12- <directory suffix =" Test.php" >. </directory >
12+ <directory suffix =" Test.php" >tests </directory >
1313 </testsuite >
1414 </testsuites >
1515 <!-- -->
1616 <filter >
1717 <whitelist processUncoveredFilesFromWhitelist =" true" >
18- <directory suffix =" .php" >.. </directory >
18+ <directory suffix =" .php" >.</directory >
1919 <exclude >
20- <directory suffix =" .php" >../ vendor</directory >
21- <directory suffix =" .php" >../ tests</directory >
22- <directory suffix =" .php" >../ examples</directory >
20+ <directory suffix =" .php" >vendor</directory >
21+ <directory suffix =" .php" >tests</directory >
22+ <directory suffix =" .php" >examples</directory >
2323 </exclude >
2424 </whitelist >
2525 </filter >
You can’t perform that action at this time.
0 commit comments