projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c83562
)
LocalizedDataTest - Fix for standalone
author
Tim Otten
<totten@civicrm.org>
Sat, 2 Dec 2023 12:35:59 +0000
(12:35 +0000)
committer
Tim Otten
<totten@civicrm.org>
Sat, 2 Dec 2023 12:35:59 +0000
(12:35 +0000)
tests/phpunit/E2E/Core/LocalizedDataTest.php
patch
|
blob
|
blame
|
history
diff --git
a/tests/phpunit/E2E/Core/LocalizedDataTest.php
b/tests/phpunit/E2E/Core/LocalizedDataTest.php
index cbe83863a6beab72f9f18c6807088e42f239aad4..2f8e8e22a17303e5ab950492cfda5103caa5441b 100644
(file)
--- 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];