Skip to content

Commit

Permalink
Update for compatibility with phing 2.9.0+.
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoirotte committed Dec 7, 2014
1 parent 57dd5cb commit 1a26691
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"sebastian/phpcpd": "*",
"phpunit/phpunit": "<4",
"squizlabs/php_codesniffer": "*",
"erebot/buildenv": "master-dev"
"erebot/buildenv": "~1.2.0"
},
"suggest": {
"ext-http": "Add zlib-compression support (~1.0)",
Expand Down
18 changes: 8 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions phing/phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<?xml version="1.0"?>
<project name="Erebot_buildenv_phpunit">
<phpunit codecoverage="true">
<formatter type="plain" usefile="false"/>
<batchtest><fileset refid="tests"/></batchtest>
</phpunit>
<target name="qa_test" depends="qa_pre_coverage"
description="Run (unit) tests using PHPUnit">
<phpunit codecoverage="true">
<formatter type="plain" usefile="false"/>
<batchtest><fileset refid="tests"/></batchtest>
</phpunit>
</target>
</project>

0 comments on commit 1a26691

Please sign in to comment.