Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 180c73f

Browse files
committedJun 22, 2025··
chore: upgrade phpunit
1 parent 74737b8 commit 180c73f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/isolated-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
coverage: pcov
6060

6161
- name: Install PHPUnit
62-
run: composer global require phpunit/phpunit:^11.5.17
62+
run: composer global require phpunit/phpunit:^12.2.3
6363

6464
- name: Setup problem matchers
6565
run: |

‎composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"phpat/phpat": "^0.11.0",
6161
"phpbench/phpbench": "84.x-dev",
6262
"phpstan/phpstan": "^2.0",
63-
"phpunit/phpunit": "^11.5.24",
63+
"phpunit/phpunit": "^12.2.3",
6464
"rector/rector": "^2.0-rc2",
6565
"spatie/phpunit-snapshot-assertions": "^5.1.8",
6666
"spaze/phpstan-disallowed-calls": "^4.0",

‎tests/Integration/Log/GenericLoggerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public function test_log_levels(mixed $level, string $expected): void
134134
}
135135

136136
#[DataProvider('tempestLevelProvider')]
137-
public function test_message_logged_emitted(LogLevel $level): void
137+
public function test_message_logged_emitted(LogLevel $level, string $_): void
138138
{
139139
$eventBus = $this->container->get(EventBus::class);
140140

0 commit comments

Comments
 (0)
Please sign in to comment.