Merge pull request #4687 from mll-lab/unit-tests-first

[5.6] Switch execution order of testsuites, unit tests first
This commit is contained in:
Taylor Otwell
2018-06-18 07:37:18 -05:00
committed by GitHub

View File

@@ -9,13 +9,13 @@
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>
</testsuite>
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>
</testsuite>
<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">