LocalizedDataTest - Fix for standalone
authorTim Otten <totten@civicrm.org>
Sat, 2 Dec 2023 12:35:59 +0000 (12:35 +0000)
committerTim Otten <totten@civicrm.org>
Sat, 2 Dec 2023 12:35:59 +0000 (12:35 +0000)
tests/phpunit/E2E/Core/LocalizedDataTest.php

index cbe83863a6beab72f9f18c6807088e42f239aad4..2f8e8e22a17303e5ab950492cfda5103caa5441b 100644 (file)
@@ -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];