Skip to content

Commit 72412cf

Browse files
committed
Trim whitespace in preserveGlobalState
1 parent 862f883 commit 72412cf

16 files changed

+74
-74
lines changed

tests/system/Commands/GenerateKeyTest.php

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

8787
/**
8888
* @runInSeparateProcess
89-
* @preserveGlobalState disabled
89+
* @preserveGlobalState disabled
9090
*/
9191
public function testGenerateKeyCreatesNewKey()
9292
{

tests/system/CommonFunctionsSendTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ protected function setUp(): void
3232
* See https://github.com/codeigniter4/CodeIgniter4/issues/1393
3333
*
3434
* @runInSeparateProcess
35-
* @preserveGlobalState disabled
35+
* @preserveGlobalState disabled
3636
*/
3737
public function testRedirectResponseCookiesSent()
3838
{

tests/system/CommonFunctionsTest.php

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

186186
/**
187187
* @runInSeparateProcess
188-
* @preserveGlobalState disabled
188+
* @preserveGlobalState disabled
189189
*/
190190
public function testSessionInstance()
191191
{
@@ -196,7 +196,7 @@ public function testSessionInstance()
196196

197197
/**
198198
* @runInSeparateProcess
199-
* @preserveGlobalState disabled
199+
* @preserveGlobalState disabled
200200
*/
201201
public function testSessionVariable()
202202
{
@@ -209,7 +209,7 @@ public function testSessionVariable()
209209

210210
/**
211211
* @runInSeparateProcess
212-
* @preserveGlobalState disabled
212+
* @preserveGlobalState disabled
213213
*/
214214
public function testSessionVariableNotThere()
215215
{
@@ -292,7 +292,7 @@ public function testModelExistsAbsoluteClassname()
292292

293293
/**
294294
* @runInSeparateProcess
295-
* @preserveGlobalState disabled
295+
* @preserveGlobalState disabled
296296
*/
297297
public function testOldInput()
298298
{
@@ -327,7 +327,7 @@ public function testOldInput()
327327

328328
/**
329329
* @runInSeparateProcess
330-
* @preserveGlobalState disabled
330+
* @preserveGlobalState disabled
331331
*/
332332
public function testOldInputSerializeData()
333333
{
@@ -362,7 +362,7 @@ public function testOldInputSerializeData()
362362
* @see https://github.com/codeigniter4/CodeIgniter4/issues/1492
363363
*
364364
* @runInSeparateProcess
365-
* @preserveGlobalState disabled
365+
* @preserveGlobalState disabled
366366
*/
367367
public function testOldInputArray()
368368
{
@@ -498,7 +498,7 @@ public function testViewNotSaveData()
498498

499499
/**
500500
* @runInSeparateProcess
501-
* @preserveGlobalState disabled
501+
* @preserveGlobalState disabled
502502
*/
503503
public function testForceHttpsNullRequestAndResponse()
504504
{
@@ -578,7 +578,7 @@ public function testDWithCSP()
578578

579579
/**
580580
* @runInSeparateProcess
581-
* @preserveGlobalState disabled
581+
* @preserveGlobalState disabled
582582
*/
583583
public function testTraceWithCSP()
584584
{

tests/system/Config/BaseConfigTest.php

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

8181
/**
8282
* @runInSeparateProcess
83-
* @preserveGlobalState disabled
83+
* @preserveGlobalState disabled
8484
*/
8585
public function testServerValues()
8686
{
@@ -176,7 +176,7 @@ public function testSetsDefaultValues()
176176

177177
/**
178178
* @runInSeparateProcess
179-
* @preserveGlobalState disabled
179+
* @preserveGlobalState disabled
180180
*/
181181
public function testSetsDefaultValuesEncryptionUsingHex2Bin()
182182
{
@@ -191,7 +191,7 @@ public function testSetsDefaultValuesEncryptionUsingHex2Bin()
191191

192192
/**
193193
* @runInSeparateProcess
194-
* @preserveGlobalState disabled
194+
* @preserveGlobalState disabled
195195
*/
196196
public function testSetDefaultValuesEncryptionUsingBase64()
197197
{

tests/system/Config/ConfigTest.php

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

5656
/**
5757
* @runInSeparateProcess
58-
* @preserveGlobalState disabled
58+
* @preserveGlobalState disabled
5959
*/
6060
public function testInjection()
6161
{

tests/system/Config/DotEnvTest.php

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

8484
/**
8585
* @runInSeparateProcess
86-
* @preserveGlobalState disabled
86+
* @preserveGlobalState disabled
8787
*/
8888
public function testLoadsHex2Bin()
8989
{
@@ -97,7 +97,7 @@ public function testLoadsHex2Bin()
9797

9898
/**
9999
* @runInSeparateProcess
100-
* @preserveGlobalState disabled
100+
* @preserveGlobalState disabled
101101
*/
102102
public function testLoadsBase64()
103103
{

tests/system/Config/ServicesTest.php

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

239239
/**
240240
* @runInSeparateProcess
241-
* @preserveGlobalState disabled
241+
* @preserveGlobalState disabled
242242
*/
243243
public function testNewSession()
244244
{
@@ -248,7 +248,7 @@ public function testNewSession()
248248

249249
/**
250250
* @runInSeparateProcess
251-
* @preserveGlobalState disabled
251+
* @preserveGlobalState disabled
252252
*/
253253
public function testNewSessionWithNullConfig()
254254
{
@@ -258,7 +258,7 @@ public function testNewSessionWithNullConfig()
258258

259259
/**
260260
* @runInSeparateProcess
261-
* @preserveGlobalState disabled
261+
* @preserveGlobalState disabled
262262
*/
263263
public function testCallStatic()
264264
{
@@ -272,7 +272,7 @@ public function testCallStatic()
272272

273273
/**
274274
* @runInSeparateProcess
275-
* @preserveGlobalState disabled
275+
* @preserveGlobalState disabled
276276
*/
277277
public function testCallStaticDirectly()
278278
{
@@ -283,7 +283,7 @@ public function testCallStaticDirectly()
283283

284284
/**
285285
* @runInSeparateProcess
286-
* @preserveGlobalState disabled
286+
* @preserveGlobalState disabled
287287
*/
288288
public function testMockInjection()
289289
{
@@ -305,7 +305,7 @@ public function testMockInjection()
305305

306306
/**
307307
* @runInSeparateProcess
308-
* @preserveGlobalState disabled
308+
* @preserveGlobalState disabled
309309
*/
310310
public function testReset()
311311
{
@@ -324,7 +324,7 @@ public function testReset()
324324

325325
/**
326326
* @runInSeparateProcess
327-
* @preserveGlobalState disabled
327+
* @preserveGlobalState disabled
328328
*/
329329
public function testResetSingle()
330330
{

tests/system/Events/EventsTest.php

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

4444
/**
4545
* @runInSeparateProcess
46-
* @preserveGlobalState disabled
46+
* @preserveGlobalState disabled
4747
*/
4848
public function testInitialize()
4949
{

tests/system/Filters/HoneypotTest.php

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

8181
/**
8282
* @runInSeparateProcess
83-
* @preserveGlobalState disabled
83+
* @preserveGlobalState disabled
8484
*/
8585
public function testAfter()
8686
{
@@ -102,7 +102,7 @@ public function testAfter()
102102

103103
/**
104104
* @runInSeparateProcess
105-
* @preserveGlobalState disabled
105+
* @preserveGlobalState disabled
106106
*/
107107
public function testAfterNotApplicable()
108108
{

0 commit comments

Comments
 (0)