Skip to content

Instantly share code, notes, and snippets.

Created June 17, 2015 23:19
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 anonymous/6edea3ab4ee1569270ef to your computer and use it in GitHub Desktop.
Save anonymous/6edea3ab4ee1569270ef to your computer and use it in GitHub Desktop.
<phpunit bootstrap="src/framework/tests/bootstrap.php" colors="true">
<testsuite name="Default">
<directory>src/mysite/tests</directory>
<directory>src/cms/tests</directory>
<directory>src/framework/tests</directory>
</testsuite>
<listeners>
<listener class="SS_TestListener" file="src/framework/dev/TestListener.php" />
</listeners>
<groups>
<exclude>
<group>sanitychecks</group>
</exclude>
</groups>
<php>
<var name="db" value="sqlite3"/>
</php>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment