Skip to content

Commit

Permalink
Changed default value of global configuration param
Browse files Browse the repository at this point in the history
'allow_public_artifacts' (true -> false)+.
  • Loading branch information
corpsee committed Sep 26, 2019
1 parent 95f9ad2 commit 8316bb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/src/Plugin/Option/PhpUnitOptionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public function validOptionsProvider()
'coverage' => '/path/to/coverage2/',
],
[
'coverage-html' => '/location',
'coverage-text' => null,
],
],
Expand All @@ -51,7 +50,6 @@ public function validOptionsProvider()
],
],
[
'coverage-html' => '/location',
'coverage-text' => null,
],
],
Expand Down

0 comments on commit 8316bb9

Please sign in to comment.