-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Raise phpunit and align changes
PHPUnit removed the `-v` cli argument with 10.2.4 as a followup. That flag was the short form for the --verbose removed with 10.0 and did not had any effect. Due to the fact that no composer.lock file is used, the newer version is installed leading to failing tests. This change raises the version of PHPUnit and aligns the test calls to avoid the removed cli argument. Used command(s): ```shell composer require --dev --no-update \ "phpunit/phpunit":"^10.2.6" ```
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters