Skip to content

Commit a7c5ddf

Browse files
Improve data set names
1 parent 70df10b commit a7c5ddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/Util/PHP/DefaultJobRunnerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static function provider(): array
5555
EOT
5656
),
5757
],
58-
'redirect stderr to stdout' => [
58+
'stderr redirected to stdout' => [
5959
new Result('test', ''),
6060
new Job(
6161
<<<'EOT'
@@ -66,7 +66,7 @@ public static function provider(): array
6666
redirectErrors: true,
6767
),
6868
],
69-
'environment variables' => [
69+
'configured environment variables' => [
7070
new Result('test', ''),
7171
new Job(
7272
<<<'EOT'

0 commit comments

Comments
 (0)