Skip to content

Commit

Permalink
Fix running unit tests with phing.
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoirotte committed Oct 6, 2013
1 parent d9e73a2 commit 4e1425a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<project name="Plop" description="" default="all">
<property name="email" value="clicky@erebot.net"/>
<property name="qa.coverage.force" value="false"/>
<property name="subfile.phpunit" value="tests/phpunit.xml"/>

<fileset dir="." id="phar.files">
<include name="data/**"/>
Expand Down
7 changes: 7 additions & 0 deletions tests/phpunit.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<project name="Erebot_buildenv_phpunit">
<phpunit codecoverage="true" bootstrap="tests/testenv/bootstrap.php">
<formatter type="plain" usefile="false"/>
<batchtest><fileset refid="tests"/></batchtest>
</phpunit>
</project>

0 comments on commit 4e1425a

Please sign in to comment.