File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1616 </target >
1717
1818 <target name =" tests" depends =" setup" description =" run tests" >
19- <exec command =" phpunit --configuration test/phpunit.xml.dist --exclude-group ExternalLibrary " />
19+ <exec command =" phpunit --configuration test/phpunit.xml.dist" />
2020 </target >
2121
2222 <target name =" standards" depends =" setup" description =" test for code standards" >
Original file line number Diff line number Diff line change 1111 <testsuite name =" all" >
1212 <file >test/Ferret/FerretTest.php</file >
1313 <file >test/Ferret/Detector/CompositeTest.php</file >
14- <file >test/Ferret/Detector/FileinfoTest.php</file >
15- <file >test/Ferret/Detector/MIMETypeTest.php</file >
14+ <!-- < file>test/Ferret/Detector/FileinfoTest.php</file> -- >
15+ <!-- < file>test/Ferret/Detector/MIMETypeTest.php</file> -- >
1616 <file >test/Ferret/Detector/PathinfoTest.php</file >
1717 </testsuite >
1818
19- <testsuite name =" minimal" >
20- <file >test/Ferret/FerretTest.php</file >
21- </testsuite >
22-
2319 <logging >
2420 <log type =" coverage-html"
2521 target =" build/Ferret/test/report/coverage"
You can’t perform that action at this time.
0 commit comments