Minor fixes for tests
This commit is contained in:
parent
ca2af2e9fa
commit
ec9d75b698
10
.env.ci
10
.env.ci
|
|
@ -24,4 +24,12 @@ PHANTOMJS_PDF_GENERATION=false
|
||||||
CACHE_DRIVER=redis
|
CACHE_DRIVER=redis
|
||||||
QUEUE_CONNECTION=redis
|
QUEUE_CONNECTION=redis
|
||||||
SESSION_DRIVER=redis
|
SESSION_DRIVER=redis
|
||||||
PDF_GENERATOR=snappdf
|
PDF_GENERATOR=snappdf
|
||||||
|
|
||||||
|
R2_ACCESS_KEY_ID_BACKUP=
|
||||||
|
R2_SECRET_ACCESS_KEY_BACKUP=
|
||||||
|
R2_DEFAULT_REGION_BACKUP=us-east-1
|
||||||
|
R2_BUCKET_BACKUP=
|
||||||
|
R2_URL_BACKUP=
|
||||||
|
R2_ENDPOINT_BACKUP=
|
||||||
|
R2_USE_PATH_STYLE_ENDPOINT_BACKUP=
|
||||||
|
|
|
||||||
|
|
@ -121,13 +121,14 @@ class BaseRule implements RuleInterface
|
||||||
'FI',
|
'FI',
|
||||||
'DE',
|
'DE',
|
||||||
'IS',
|
'IS',
|
||||||
'IT',
|
// 'IT',
|
||||||
'LT',
|
'LT',
|
||||||
'LU',
|
'LU',
|
||||||
'NL',
|
'NL',
|
||||||
'NO',
|
'NO',
|
||||||
'PL',
|
'PL',
|
||||||
'SE',
|
'SE',
|
||||||
|
'IE',
|
||||||
];
|
];
|
||||||
|
|
||||||
public array $peppol_government_countries = [
|
public array $peppol_government_countries = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue