Skip to content

Commit 862f883

Browse files
committed
Group runInSeparateProcess and preserveGlobalState
1 parent 4a652b5 commit 862f883

16 files changed

+0
-75
lines changed

tests/system/Commands/GenerateKeyTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ public function testGenerateKeyShowsEncodedKey()
8686

8787
/**
8888
* @runInSeparateProcess
89-
*
9089
* @preserveGlobalState disabled
9190
*/
9291
public function testGenerateKeyCreatesNewKey()

tests/system/CommonFunctionsSendTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ protected function setUp(): void
3232
* See https://github.com/codeigniter4/CodeIgniter4/issues/1393
3333
*
3434
* @runInSeparateProcess
35-
*
3635
* @preserveGlobalState disabled
3736
*/
3837
public function testRedirectResponseCookiesSent()

tests/system/CommonFunctionsTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ public function testEscapeBadContextZero()
185185

186186
/**
187187
* @runInSeparateProcess
188-
*
189188
* @preserveGlobalState disabled
190189
*/
191190
public function testSessionInstance()
@@ -197,7 +196,6 @@ public function testSessionInstance()
197196

198197
/**
199198
* @runInSeparateProcess
200-
*
201199
* @preserveGlobalState disabled
202200
*/
203201
public function testSessionVariable()
@@ -211,7 +209,6 @@ public function testSessionVariable()
211209

212210
/**
213211
* @runInSeparateProcess
214-
*
215212
* @preserveGlobalState disabled
216213
*/
217214
public function testSessionVariableNotThere()
@@ -295,7 +292,6 @@ public function testModelExistsAbsoluteClassname()
295292

296293
/**
297294
* @runInSeparateProcess
298-
*
299295
* @preserveGlobalState disabled
300296
*/
301297
public function testOldInput()
@@ -331,7 +327,6 @@ public function testOldInput()
331327

332328
/**
333329
* @runInSeparateProcess
334-
*
335330
* @preserveGlobalState disabled
336331
*/
337332
public function testOldInputSerializeData()
@@ -367,7 +362,6 @@ public function testOldInputSerializeData()
367362
* @see https://github.com/codeigniter4/CodeIgniter4/issues/1492
368363
*
369364
* @runInSeparateProcess
370-
*
371365
* @preserveGlobalState disabled
372366
*/
373367
public function testOldInputArray()
@@ -481,7 +475,6 @@ public function testRedirectResponseCookies1()
481475

482476
/**
483477
* @runInSeparateProcess
484-
*
485478
* @preserveGlobalState disabled
486479
*/
487480
public function testTrace()
@@ -505,7 +498,6 @@ public function testViewNotSaveData()
505498

506499
/**
507500
* @runInSeparateProcess
508-
*
509501
* @preserveGlobalState disabled
510502
*/
511503
public function testForceHttpsNullRequestAndResponse()
@@ -586,7 +578,6 @@ public function testDWithCSP()
586578

587579
/**
588580
* @runInSeparateProcess
589-
*
590581
* @preserveGlobalState disabled
591582
*/
592583
public function testTraceWithCSP()

tests/system/Config/BaseConfigTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ public function testUseDefaultValueTypeStringValue()
8080

8181
/**
8282
* @runInSeparateProcess
83-
*
8483
* @preserveGlobalState disabled
8584
*/
8685
public function testServerValues()
@@ -177,7 +176,6 @@ public function testSetsDefaultValues()
177176

178177
/**
179178
* @runInSeparateProcess
180-
*
181179
* @preserveGlobalState disabled
182180
*/
183181
public function testSetsDefaultValuesEncryptionUsingHex2Bin()
@@ -193,7 +191,6 @@ public function testSetsDefaultValuesEncryptionUsingHex2Bin()
193191

194192
/**
195193
* @runInSeparateProcess
196-
*
197194
* @preserveGlobalState disabled
198195
*/
199196
public function testSetDefaultValuesEncryptionUsingBase64()

tests/system/Config/ConfigTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public function testCreateNonConfig()
5555

5656
/**
5757
* @runInSeparateProcess
58-
*
5958
* @preserveGlobalState disabled
6059
*/
6160
public function testInjection()

tests/system/Config/DotEnvTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ public function provideLoadVars(): iterable
8383

8484
/**
8585
* @runInSeparateProcess
86-
*
8786
* @preserveGlobalState disabled
8887
*/
8988
public function testLoadsHex2Bin()
@@ -98,7 +97,6 @@ public function testLoadsHex2Bin()
9897

9998
/**
10099
* @runInSeparateProcess
101-
*
102100
* @preserveGlobalState disabled
103101
*/
104102
public function testLoadsBase64()

tests/system/Config/ServicesTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ public function testNewViewcell()
238238

239239
/**
240240
* @runInSeparateProcess
241-
*
242241
* @preserveGlobalState disabled
243242
*/
244243
public function testNewSession()
@@ -249,7 +248,6 @@ public function testNewSession()
249248

250249
/**
251250
* @runInSeparateProcess
252-
*
253251
* @preserveGlobalState disabled
254252
*/
255253
public function testNewSessionWithNullConfig()
@@ -260,7 +258,6 @@ public function testNewSessionWithNullConfig()
260258

261259
/**
262260
* @runInSeparateProcess
263-
*
264261
* @preserveGlobalState disabled
265262
*/
266263
public function testCallStatic()
@@ -275,7 +272,6 @@ public function testCallStatic()
275272

276273
/**
277274
* @runInSeparateProcess
278-
*
279275
* @preserveGlobalState disabled
280276
*/
281277
public function testCallStaticDirectly()
@@ -287,7 +283,6 @@ public function testCallStaticDirectly()
287283

288284
/**
289285
* @runInSeparateProcess
290-
*
291286
* @preserveGlobalState disabled
292287
*/
293288
public function testMockInjection()
@@ -310,7 +305,6 @@ public function testMockInjection()
310305

311306
/**
312307
* @runInSeparateProcess
313-
*
314308
* @preserveGlobalState disabled
315309
*/
316310
public function testReset()
@@ -330,7 +324,6 @@ public function testReset()
330324

331325
/**
332326
* @runInSeparateProcess
333-
*
334327
* @preserveGlobalState disabled
335328
*/
336329
public function testResetSingle()

tests/system/Events/EventsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ protected function tearDown(): void
4343

4444
/**
4545
* @runInSeparateProcess
46-
*
4746
* @preserveGlobalState disabled
4847
*/
4948
public function testInitialize()

tests/system/Filters/HoneypotTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ public function testBeforeClean()
8080

8181
/**
8282
* @runInSeparateProcess
83-
*
8483
* @preserveGlobalState disabled
8584
*/
8685
public function testAfter()
@@ -103,7 +102,6 @@ public function testAfter()
103102

104103
/**
105104
* @runInSeparateProcess
106-
*
107105
* @preserveGlobalState disabled
108106
*/
109107
public function testAfterNotApplicable()

0 commit comments

Comments
 (0)