Skip to content

Commit

Permalink
Merge pull request #3712 from phpDocumentor/phpunit-upgrade
Browse files Browse the repository at this point in the history
Phpunit upgrade
  • Loading branch information
jaapio committed May 6, 2024
2 parents 1bc23d9 + 2e0c344 commit 4175400
Show file tree
Hide file tree
Showing 136 changed files with 756 additions and 2,228 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Expand Up @@ -308,7 +308,7 @@ jobs:
custom-cache-suffix: $(date -u -d "-0 month -$(($(date +%d)-1)) days" "+%F")

- name: Run PHPUnit
run: ./bin/phpunit --testsuite=unit,integration
run: ./bin/phpunit --testsuite=unit,integration --no-coverage

e2e:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -18,6 +18,7 @@ var/
cypress/screenshots
cypress/videos
.phpunit.result.cache
.phpunit.cache

# IDEs and editors
.idea
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -45,7 +45,7 @@
"league/uri": "^6.7",
"league/uri-interfaces": "^2.0",
"monolog/monolog": "^2.9",
"nikic/php-parser": "^4.14",
"nikic/php-parser": "^4.19",
"phar-io/manifest": "^2.0",
"phar-io/version": "^3.2",
"phpdocumentor/flyfinder": "^1.0",
Expand Down Expand Up @@ -87,11 +87,11 @@
"fakerphp/faker": "^1.21",
"mikey179/vfsstream": "^1.2",
"mockery/mockery": "^1.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpspec/prophecy-phpunit": "^2.2",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^10.0",
"psalm/phar": "^4.17",
"rector/rector": "^0.17.6",
"symfony/var-dumper": "^6.0"
Expand Down

0 comments on commit 4175400

Please sign in to comment.