Skip to content
Snippets Groups Projects
Commit 7fb644fe authored by Carsten  Rose's avatar Carsten Rose
Browse files

Refs #15316. Fix unit test.

parent c13517d9
No related branches found
No related tags found
1 merge request!517F15036: Implemented new feature for Summary additional row in subrecord....
Pipeline #8659 passed
...@@ -475,7 +475,10 @@ class StoreTest extends TestCase { ...@@ -475,7 +475,10 @@ class StoreTest extends TestCase {
} }
# Depends where the unit test runs # Depends where the unit test runs
unset($config[SYSTEM_BASE_URL]); if (false !== strpos($config[SYSTEM_BASE_URL], FAILED_TO_SET_BASE_URL) || false !== strpos($config[SYSTEM_BASE_URL], 'example.com')) {
$expect[SYSTEM_BASE_URL] = $config[SYSTEM_BASE_URL];
$expect[SYSTEM_BASE_URL_LANG] = $config[SYSTEM_BASE_URL_LANG];
}
// check default values // check default values
$this->assertEquals($expect, $config, "Retrieve system store."); $this->assertEquals($expect, $config, "Retrieve system store.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment