Skip to content

Commit eed5a57

Browse files
authored
Merge pull request #741 from lcobucci/upgrade-to-phpunit10
Upgrade to PHPUnit v10
2 parents 54a7c05 + d298f72 commit eed5a57

File tree

59 files changed

+418
-645
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+418
-645
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
phpstan.neon
77
phpunit.xml
88
phpcs.xml
9-
.phpunit.result.cache
9+
/.phpunit.cache

.laminas-ci.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"extensions": [
3-
"bcmath"
3+
"bcmath", "pcov"
44
],
55
"ini": [
66
"memory_limit=-1"
7+
],
8+
"exclude": [
9+
{"name": "Infection"}
10+
],
11+
"additional_checks": [
12+
{
13+
"name": "Infection (PCOV)",
14+
"job": {
15+
"php": "@lowest",
16+
"dependencies": "locked",
17+
"command": "./vendor/bin/roave-infection-static-analysis-plugin"
18+
}
19+
}
720
]
821
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"doctrine/coding-standard": "^12.0.0",
2727
"estahn/phpunit-json-assertions": "^4.0",
2828
"php-standard-library/psalm-plugin": "^2.3.0",
29-
"phpunit/phpunit": "^9.6.19",
29+
"phpunit/phpunit": "^10.5.44",
3030
"psalm/plugin-phpunit": "^0.19.0",
3131
"roave/infection-static-analysis-plugin": "^1.35.0",
3232
"roave/security-advisories": "dev-master",

0 commit comments

Comments
 (0)