Skip to content

Commit

Permalink
Update to PHPUnit 11
Browse files Browse the repository at this point in the history
Remove ThrowingEntityManager and replace it with internal mock
functions. Mock Functions are now internal to TestCase and you can no
longer pass a test case to a factory to create mocks.

Update PHP version for scrutinizer

Ticket: https://phabricator.wikimedia.org/T359971
  • Loading branch information
gbirke committed Apr 5, 2024
1 parent c4d13fc commit cac8aa3
Show file tree
Hide file tree
Showing 5 changed files with 261 additions and 255 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"require-dev": {
"ext-pdo_sqlite": "*",
"symfony/cache": "^6.0|^7.0",
"phpunit/phpunit": "~10.4.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "~11.0",
"phpmd/phpmd": "~2.6",
"mikey179/vfsstream": "~1.6",
"wmde/fundraising-phpcs": "~10.1.0",
Expand Down
Loading

0 comments on commit cac8aa3

Please sign in to comment.