Skip to content

Instantly share code, notes, and snippets.

@GerDner
Last active January 4, 2016 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GerDner/8580653 to your computer and use it in GitHub Desktop.
Save GerDner/8580653 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<phpunit strict="true"
bootstrap="UnitTestBootstrap.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true">
<testsuites>
<testsuite name="All tests">
<directory>../../Packages/Application/Lindenbraeu.Buchix/Tests/Unit</directory>
</testsuite>
</testsuites>
<filter>
<whitelist addUncoveredFilesFromWhitelist="false">
<directory>../../Packages/Application/*/Classes</directory>
</whitelist>
</filter>
<logging>
<log type="junit" target="../Reports/UnitTests.xml" logIncompleteSkipped="false"/>
</logging>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment