From c769231ee2c84062fe2c309f60a4de3c4680b419 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 27 Feb 2024 02:59:12 -0500 Subject: [PATCH] CivixProjectTestTrait - Given expanded importance of Civix helpers, flush them in more realistic way --- tests/e2e/CivixProjectTestTrait.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/CivixProjectTestTrait.php b/tests/e2e/CivixProjectTestTrait.php index a4ef19ae..a7ab645b 100644 --- a/tests/e2e/CivixProjectTestTrait.php +++ b/tests/e2e/CivixProjectTestTrait.php @@ -70,6 +70,7 @@ public static function getExtPath(...$subpath): Path { } public static function civix(string $command): CommandTester { + \Civix::reset(); $application = new Application(); $command = $application->find($command); return new CommandTester($command);