Skip to content

Instantly share code, notes, and snippets.

@wowo
Created November 1, 2011 20:19
Show Gist options
  • Save wowo/1331779 to your computer and use it in GitHub Desktop.
Save wowo/1331779 to your computer and use it in GitHub Desktop.
PHPUnit xml config with Mockery listener
<phpunit>
<!-- snip... -->
<listeners>
<listener class="\Mockery\Adapter\Phpunit\TestListener"
file="Mockery/Adapter/Phpunit/TestListener.php">
</listener>
</listeners>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment