Skip to content

Instantly share code, notes, and snippets.

@lsolesen
Created December 10, 2010 18:42
Show Gist options
  • Select an option

  • Save lsolesen/736588 to your computer and use it in GitHub Desktop.

Select an option

Save lsolesen/736588 to your computer and use it in GitHub Desktop.
phpunit.xml configuration attaching test listener
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true">
<listeners>
<listener class="TestListener" file="TestListener.php"></listener>
</listeners>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment