-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Replace logicalOr() with withConsecutive() to be more strict
Remove two lines from the error messages to handle both error cases similiar. Fix the wrong character in the error message as well Change-Id: Ied154e8232c8e13e619706939833809110b9757b
- Loading branch information
1 parent
3dcca0b
commit 50a1d95
Showing
2 changed files
with
13 additions
and
17 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
withConsecutive
is unfortunately deprecated and removed in PHPUnit 10 (sebastianbergmann/phpunit#4564)