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 12afa82 commit b94714fCopy full SHA for b94714f
.vortex/installer/tests/Functional/Handlers/AbstractHandlerProcessTestCase.php
@@ -27,6 +27,12 @@ abstract class AbstractHandlerProcessTestCase extends FunctionalTestCase {
27
protected function setUp(): void {
28
parent::setUp();
29
30
+ static::envUnsetPrefix('VORTEX_');
31
+ static::envUnsetPrefix('DRUPAL_');
32
+ static::envUnsetPrefix('LAGOON_');
33
+ static::envUnset('WEBROOT');
34
+ static::envUnset('TZ');
35
+
36
static::applicationInitFromCommand(InstallCommand::class);
37
38
// Use a two-words name for the sut directory.
0 commit comments