Skip to content

Commit

Permalink
mockery
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuadros committed Feb 26, 2014
1 parent 14edda0 commit 1d7f47b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@
}
],
"require": {
"php": ">=5.3.0",
"yunait/forceutf8": "dev-composer"
"php": ">=5.4.0",
"neitanod/forceutf8": "dev-master"
},
"require-dev": {
"mockery/mockery": "0.8.0"
},
"autoload": {
"psr-0": {
"StringForge\\": "src/"
"StringForge": "src/"
}
}
}
4 changes: 3 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<directory>tests/StringForge/</directory>
</testsuite>
</testsuites>

<listeners>
<listener class="\Mockery\Adapter\Phpunit\TestListener"></listener>
</listeners>
<filter>
<whitelist>
<directory suffix=".php">src/StringForge/</directory>
Expand Down

0 comments on commit 1d7f47b

Please sign in to comment.