Skip to content

Commit b94714f

Browse files
committed
Fixed tests.
1 parent 12afa82 commit b94714f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vortex/installer/tests/Functional/Handlers/AbstractHandlerProcessTestCase.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ abstract class AbstractHandlerProcessTestCase extends FunctionalTestCase {
2727
protected function setUp(): void {
2828
parent::setUp();
2929

30+
static::envUnsetPrefix('VORTEX_');
31+
static::envUnsetPrefix('DRUPAL_');
32+
static::envUnsetPrefix('LAGOON_');
33+
static::envUnset('WEBROOT');
34+
static::envUnset('TZ');
35+
3036
static::applicationInitFromCommand(InstallCommand::class);
3137

3238
// Use a two-words name for the sut directory.

0 commit comments

Comments
 (0)