Skip to content

Commit 3ff61b3

Browse files
committed
Fixed test case.
1 parent 57731d2 commit 3ff61b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/EnvironmentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ public function providerEnvironment(): array
290290
'TUGBOAT_PREVIEW_NAME' => 'phpunit',
291291
],
292292
[
293-
'getEnvironment' => 'local',
293+
'getEnvironment' => 'phpunit',
294294
'isAcquia' => false,
295295
'isCircleCi' => false,
296296
'isGitHubWorkflow' => false,

0 commit comments

Comments
 (0)