Skip to content

Commit

Permalink
Update phpunit.xml, move install test to front of testsuite block
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIII committed Jul 27, 2018
1 parent 44adc6f commit e9fa03d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2018-07-27 DariusIII
* Chg: Update phpunit.xml, move install test to front of testsuite block
* Fix: Fix checks for roles that can preview
2018-07-26 DariusIII
* Chg: Update laravel/framework to version 5.6.29
Expand Down
8 changes: 5 additions & 3 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,18 @@
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="Install">
<directory suffix="Test.php">./tests/Install</directory>
</testsuite>

<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>
</testsuite>

<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>
</testsuite>
<testsuite name="Install">
<directory suffix="Test.php">./tests/Install</directory>
</testsuite>

</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
Expand Down

0 comments on commit e9fa03d

Please sign in to comment.