Skip to content

Commit

Permalink
Updated PHPUnit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Eckerstorfer committed May 2, 2014
1 parent baaba66 commit 9b97adb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/docs/generated
/build/logs/
/vendor/
/composer.lock
/*.sublime-project
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "cocur/background-process",
"description": "Start processes in the background that continue running when the PHP process exists.",
"type": "library",
"keywords": ["process", "background", "unix"],
"license": "MIT",
"require-dev": {
"phpunit/phpunit": "~4.0"
},
Expand Down
4 changes: 4 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@
<directory suffix=".php">src/</directory>
</whitelist>
</filter>

<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
</phpunit>

0 comments on commit 9b97adb

Please sign in to comment.