Skip to content

Commit

Permalink
Merge pull request #27 from humanmade/ignore-user-warning
Browse files Browse the repository at this point in the history
Do not break on user warnings in PHPUnit
  • Loading branch information
roborourke authored Apr 22, 2022
2 parents 89dcf39 + cda4257 commit c642e80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inc/command/class-command.php
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,9 @@ protected function codecept( InputInterface $input, OutputInterface $output ) {
'params' => [
'codeception.env',
],
'settings' => [
'error_level' => 'E_ALL & ~E_STRICT & ~E_DEPRECATED & ~E_USER_WARNING',
],
];

// Merge config from composer.json.
Expand Down

0 comments on commit c642e80

Please sign in to comment.