From 379b29a0cbb7bf92c500de6afdf0a42d2e76ec33 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Sat, 13 Nov 2021 14:05:20 -0500 Subject: [PATCH] E2E --- tests/phpunit/E2E/Core/PrevNextTest.php | 1 + tests/phpunit/E2E/Extern/SoapTest.php | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/phpunit/E2E/Core/PrevNextTest.php b/tests/phpunit/E2E/Core/PrevNextTest.php index 13cf2f1703..c42373cecf 100644 --- a/tests/phpunit/E2E/Core/PrevNextTest.php +++ b/tests/phpunit/E2E/Core/PrevNextTest.php @@ -41,6 +41,7 @@ class PrevNextTest extends \CiviEndToEndTestCase { protected function tearDown(): void { \Civi::service('prevnext')->deleteItem(NULL, $this->cacheKey); \Civi::service('prevnext')->deleteItem(NULL, $this->cacheKeyB); + parent::tearDown(); } public function testFillSql() { diff --git a/tests/phpunit/E2E/Extern/SoapTest.php b/tests/phpunit/E2E/Extern/SoapTest.php index 5ba54381f7..55a1bd53a3 100644 --- a/tests/phpunit/E2E/Extern/SoapTest.php +++ b/tests/phpunit/E2E/Extern/SoapTest.php @@ -31,6 +31,7 @@ class E2E_Extern_SoapTest extends CiviEndToEndTestCase { public $adminPass; public function setUp(): void { + parent::setUp(); CRM_Core_Config::singleton(1, 1); global $_CV; -- 2.25.1