Switch to PHPunit 12 and adjust code accordingly

This commit is contained in:
2026-01-13 18:26:16 +09:00
parent b0d8c55536
commit aeb84dcb60
4 changed files with 84 additions and 105 deletions

View File

@@ -25,10 +25,10 @@
"exclude": ["/test/", "/test/*", "/phpstan.neon", "/psalm.xml", "/.phan/", "/.vscode/", "/phpunit.xml"]
},
"require-dev": {
"phpunit/phpunit": "^9",
"gullevek/dotenv": "dev-master",
"dg/bypass-finals": "dev-master",
"phpstan/phpstan": "2.1.x-dev",
"phpstan/phpstan-deprecation-rules": "2.0.x-dev"
"phpstan/phpstan-deprecation-rules": "2.0.x-dev",
"phpunit/phpunit": "^12"
}
}