Skip to content

Commit eabdcbd

Browse files
paulbalandanMGatner
andcommitted
Add test with spacing in =
Co-authored-by: MGatner <mgatner@icloud.com>
1 parent b9ea8f7 commit eabdcbd

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/system/Config/DotEnvTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public function provideLoadVars(): iterable
7777
['variable', 'character.export.var'],
7878
['character', 'char.var'],
7979
['imports', 'char.exports'],
80+
['banana', 'fruit.export'],
8081
];
8182
}
8283

tests/system/Config/fixtures/.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ char.expo.foo="exported foo"
88
character.export.var=variable
99
export char.var=character
1010
export char.exports=imports
11+
fruit.export = "banana"
1112

1213
SimpleConfig.onedeep=baz
1314
SimpleConfig.default.name=ci4

0 commit comments

Comments
 (0)