-
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.
updated several packages to update PHPUnit to version 11
- PHPUnit 11 does not allow extensions as it was used in phpunit-injector, so the workaround has been introduced - PHPUnit 11 no longer supports doc-blocks and uses attributes, so the code has been updated to the new standard - PHPUnit 11 supports only data providers from the public static method so all providers have been updated - this led to rewriting some of the providers and associated methods - PHPUnit 11 no longer supports abstract mocks so some mocks have to be updated - setMethods method has been replaced by onlyMethods
- Loading branch information
1 parent
d94b0a3
commit 310713e
Showing
3 changed files
with
6 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
/.php_cs.cache | ||
/composer.lock | ||
/vendor | ||
/.phpunit.result.cache | ||
/.phpunit.cache |
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