Created
January 12, 2016 17:07
-
-
Save yuklia/66ef3ac43a65cd46bc43 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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