forked from cmoralesweb/Verify
-
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.
Merge pull request #63 from bbatsche/fix-regexp-deprecation
Update PHPUnit RegExp Methods
- Loading branch information
Showing
4 changed files
with
69 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Ignorable errors specific to PHPUnit 8 | ||
|
||
includes: | ||
- phpstan.neon.dist | ||
|
||
parameters: | ||
ignoreErrors: | ||
- | ||
message: '/Call to an undefined static method .+Assert::assertMatchesRegularExpression/' | ||
path: %currentWorkingDirectory%/src/Verify.php | ||
- | ||
message: '/Call to an undefined static method .+Assert::assertDoesNotMatchRegularExpression/' | ||
path: %currentWorkingDirectory%/src/Verify.php |
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