Skip to content

Commit

Permalink
Merge pull request #645 from seamuslee001/phpunit8
Browse files Browse the repository at this point in the history
Update PHPUnit for PHPUnit8 config to ensure we don't cache test results
  • Loading branch information
seamuslee001 authored May 24, 2021
2 parents 9237ee6 + 4c87983 commit 69ad158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
stopOnFailure="false"
beStrictAboutTestsThatDoNotTestAnything="false"
bootstrap="tests/phpunit/bootstrap.php"
cacheResult="false"
>
<testsuites>
<testsuite name="CiviCRM-Drupal Test Suite">
Expand Down

0 comments on commit 69ad158

Please sign in to comment.