From: Tim Otten Date: Sat, 2 Dec 2023 12:35:59 +0000 (+0000) Subject: LocalizedDataTest - Fix for standalone X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ac8d355d54815d9ca90b444d2a6f27ded5430489;p=civicrm-core.git LocalizedDataTest - Fix for standalone --- 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];