Skip to content

Commit

Permalink
Move the MongoDB test so that it does not run by default
Browse files Browse the repository at this point in the history
  • Loading branch information
timgws committed Mar 1, 2016
1 parent f1f2eb4 commit f1338f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
bootstrap="vendor/autoload.php"
backupGlobals="false"
verbose="true">
<testsuites>
<testsuite name="MySQL">
<directory suffix="Test.php">tests</directory>
</testsuite>

<testsuite name="MongoDB">
<directory suffix="Test.php">tests/mongodb</directory>
<directory suffix="MongoDB.php">tests/mongodb</directory>
</testsuite>
</testsuites>

<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
Expand Down
File renamed without changes.

0 comments on commit f1338f5

Please sign in to comment.