Skip to content

Commit

Permalink
Allow grumphp to run in E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Feb 7, 2022
1 parent 041767e commit edecc4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/E2E/AbstractE2ETestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ protected function initializeComposer(string $path): string
'' => 'src/',
],
],
'config' => [
'allow-plugins' => [
'phpro/grumphp' => true,
],
],
]);

return $composerFile;
Expand Down

0 comments on commit edecc4f

Please sign in to comment.