Skip to content

Instantly share code, notes, and snippets.

@yuklia
Created January 12, 2016 17:07
Show Gist options
  • Save yuklia/66ef3ac43a65cd46bc43 to your computer and use it in GitHub Desktop.
Save yuklia/66ef3ac43a65cd46bc43 to your computer and use it in GitHub Desktop.
<phpunit bootstrap="Bootstrap.php" colors="true">
<php>
<var name="DB_DSN" value="mysql:host=172.17.0.2;dbname=ss_test" />
<var name="DB_USER" value="yuklia" />
<var name="DB_PASSWD" value="123" />
<var name="DB_DBNAME" value="ss_test" />
<server name="REMOTE_ADDR" value="http://ss"/>
</php>
<testsuites>
<testsuite name="all-tests">
<directory>./module_app</directory>
</testsuite>
<testsuite name="orders">
<directory>./module_app/Orders</directory>
</testsuite>
<testsuite name="catalogue">
<directory>./module_app/Catalogue</directory>
</testsuite>
<testsuite name="notifications">
<directory>./module_app/Notifications</directory>
</testsuite>
<testsuite name="users">
<directory>./module_app/Users</directory>
</testsuite>
<testsuite name="movies">
<directory>./module_app/Movies</directory>
</testsuite>
</testsuites>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment