Skip to content

Commit dbabbf6

Browse files
committed
Updating build and phpunit config files
1 parent 428f3f9 commit dbabbf6

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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">

test/phpunit.xml.dist

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,11 @@
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"

0 commit comments

Comments
 (0)