Skip to content

Instantly share code, notes, and snippets.

@vatson
Created December 28, 2011 13:21
Show Gist options
  • Save vatson/1527915 to your computer and use it in GitHub Desktop.
Save vatson/1527915 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="../../../app/autoload.php"
>
<testsuites>
<testsuite name="StoreAdminBundle Test Suite">
<directory>./Tests</directory>
</testsuite>
</testsuites>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment