File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,9 +148,13 @@ public function testSetsDefaultValues()
148148
149149 //--------------------------------------------------------------------
150150
151+ /**
152+ * @runInSeparateProcess
153+ * @preserveGlobalState disabled
154+ */
151155 public function testSetsDefaultValuesEncryption ()
152156 {
153- $ dotenv = new DotEnv ($ this ->fixturesFolder , '.env ' );
157+ $ dotenv = new DotEnv ($ this ->fixturesFolder , 'encryption .env ' );
154158 $ dotenv ->load ();
155159 $ config = new \Encryption ();
156160
@@ -161,10 +165,6 @@ public function testSetsDefaultValuesEncryption()
161165
162166 //--------------------------------------------------------------------
163167
164- /**
165- * @runInSeparateProcess
166- * @preserveGlobalState disabled
167- */
168168 public function testSetsDefaultValuesHex2Bin ()
169169 {
170170 $ dotenv = new DotEnv ($ this ->fixturesFolder , 'commented.env ' );
Original file line number Diff line number Diff line change @@ -26,7 +26,4 @@ SimpleConfig.crew.pilot = Wash
2626SimpleConfig.crew.comms = true
2727SimpleConfig.crew.doctor = false
2828
29- encryption.key = hex2bin:f699c7fd18a8e082d0228932f3acd40e1ef5ef92efcedda32842a211d62f0aa6
30- encryption.driver = OpenSSL
31- different.key = hex2bin:f699c7fd18a8e082d0228932f3acd40e1ef5ef92efcedda32842a211d62f0aa6
3229
Original file line number Diff line number Diff line change 1+ encryption.key = hex2bin:f699c7fd18a8e082d0228932f3acd40e1ef5ef92efcedda32842a211d62f0aa6
2+ encryption.driver = OpenSSL
3+ different.key = hex2bin:f699c7fd18a8e082d0228932f3acd40e1ef5ef92efcedda32842a211d62f0aa6
You can’t perform that action at this time.
0 commit comments