Add unit tests for EconomicCustomerModel parsing and validation

This commit is contained in:
Jeppe Bundgaard
2026-04-21 15:07:41 +02:00
parent 7d450e285e
commit 0b18433fdf
11 changed files with 1070 additions and 26 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
$runtimeEnvironment = getenv();
if (is_array($runtimeEnvironment) && $runtimeEnvironment !== []) {
$_ENV = array_merge($runtimeEnvironment, $_ENV ?? []);
$_ENV = array_merge($_ENV ?? [], $runtimeEnvironment);
}
/**