File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33/.github / export-ignore
44/.gitignore export-ignore
55/.phive / export-ignore
6+ /Build / export-ignore
67/CODE_OF_CONDUCT.md export-ignore
78/CONTRIBUTING.md export-ignore
89/bin / export-ignore
910/config / export-ignore
1011/docs / export-ignore
11- /phpunit.xml export-ignore
1212/tests / export-ignore
Original file line number Diff line number Diff line change 1212>
1313 <testsuites >
1414 <testsuite name =" Project Test Suite" >
15- <directory >tests</directory >
15+ <directory >../../ tests</directory >
1616 </testsuite >
1717 </testsuites >
1818
1919 <filter >
2020 <whitelist >
21- <directory suffix =" .php" >src</directory >
21+ <directory suffix =" .php" >../../ src</directory >
2222 </whitelist >
2323 </filter >
2424</phpunit >
Original file line number Diff line number Diff line change 9696 "check:tests" : [
9797 " @check:tests:unit"
9898 ],
99- "check:tests:coverage" : " phpunit --do-not-cache-result --coverage-clover=coverage.xml" ,
100- "check:tests:sof" : " phpunit --stop-on-failure --do-not-cache-result" ,
101- "check:tests:unit" : " phpunit --do-not-cache-result" ,
99+ "check:tests:coverage" : " phpunit --config=./Build/phpunit/config.xml -- do-not-cache-result --coverage-clover=coverage.xml" ,
100+ "check:tests:sof" : " phpunit --config=./Build/phpunit/config.xml --do-not-cache-result --stop-on-failure " ,
101+ "check:tests:unit" : " phpunit --config=./Build/phpunit/config.xml -- do-not-cache-result" ,
102102 "fix" : [
103103 " @fix:php"
104104 ],
You can’t perform that action at this time.
0 commit comments