Skip to content

Commit cdbbbdc

Browse files
committed
Fixed tests.
1 parent 1ebe562 commit cdbbbdc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/src/EnvironmentTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,14 +296,13 @@ public function providerEnvironment(): array
296296
'isGitHubWorkflow' => false,
297297
'isGitLabCi' => false,
298298
'isTugboat' => true,
299-
'isPantheon' => true,
299+
'isPantheon' => false,
300300
'isProduction' => false,
301301
'isStaging' => false,
302302
'isDevelopment' => false,
303303
'isPreview' => true,
304-
'isMultidev' => false,
305304
'isCi' => false,
306-
'isLocal' => true,
305+
'isLocal' => false,
307306
'getIndicatorConfig' => [
308307
'name' => 'Preview',
309308
'bg_color' => '#ffffff',

0 commit comments

Comments
 (0)