Skip to content

Commit

Permalink
Update PHPUnit and add failOnPhpunitDeprecation option (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvup committed Sep 4, 2024
1 parent aa7a60f commit c490591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"phpunit/php-code-coverage": "^11.0.6",
"phpunit/php-file-iterator": "^5.1.0",
"phpunit/php-timer": "^7.0.1",
"phpunit/phpunit": "^11.3.2",
"phpunit/phpunit": "^11.3.3",
"sebastian/environment": "^7.2.0",
"symfony/console": "^6.4.11 || ^7.1.4",
"symfony/process": "^6.4.8 || ^7.1.3"
Expand Down
1 change: 1 addition & 0 deletions src/WrapperRunner/WrapperRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ private function complete(TestResult $testResultSum): int

$exitcode = (new ShellExitCodeCalculator())->calculate(
$this->options->configuration->failOnDeprecation(),
$this->options->configuration->failOnPhpunitDeprecation(),
$this->options->configuration->failOnEmptyTestSuite(),
$this->options->configuration->failOnIncomplete(),
$this->options->configuration->failOnNotice(),
Expand Down

0 comments on commit c490591

Please sign in to comment.