From ac8d355d54815d9ca90b444d2a6f27ded5430489 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Sat, 2 Dec 2023 12:35:59 +0000 Subject: [PATCH] LocalizedDataTest - Fix for standalone --- tests/phpunit/E2E/Core/LocalizedDataTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/E2E/Core/LocalizedDataTest.php b/tests/phpunit/E2E/Core/LocalizedDataTest.php index cbe83863a6..2f8e8e22a1 100644 --- a/tests/phpunit/E2E/Core/LocalizedDataTest.php +++ b/tests/phpunit/E2E/Core/LocalizedDataTest.php @@ -57,6 +57,7 @@ class LocalizedDataTest extends \CiviEndToEndTestCase { 'WordPress' => [$this, '_getSqlFile'], 'Backdrop' => [$this, '_getSqlFile'], 'Joomla' => [$this, '_getSqlFile'], + 'Standalone' => [$this, '_getSqlFile'], ]; if (isset($installerTypes[$uf])) { return $installerTypes[$uf]; -- 2.25.1