We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ebe562 commit cdbbbdcCopy full SHA for cdbbbdc
tests/src/EnvironmentTest.php
@@ -296,14 +296,13 @@ public function providerEnvironment(): array
296
'isGitHubWorkflow' => false,
297
'isGitLabCi' => false,
298
'isTugboat' => true,
299
- 'isPantheon' => true,
+ 'isPantheon' => false,
300
'isProduction' => false,
301
'isStaging' => false,
302
'isDevelopment' => false,
303
'isPreview' => true,
304
- 'isMultidev' => false,
305
'isCi' => false,
306
- 'isLocal' => true,
+ 'isLocal' => false,
307
'getIndicatorConfig' => [
308
'name' => 'Preview',
309
'bg_color' => '#ffffff',
0 commit comments