@@ -61,6 +61,8 @@ public function storageAdapterEventsBeforeGet(IntegrationTester $I, Example $exa
61
61
)
62
62
);
63
63
64
+ $ adapter ->set ('test ' , 'test ' );
65
+
64
66
$ manager ->attach (
65
67
'storage:beforeGet ' ,
66
68
static function (Event $ event ) use (&$ counter , $ example ): void {
@@ -109,6 +111,8 @@ public function storageAdapterEventsAfterGet(IntegrationTester $I, Example $exam
109
111
)
110
112
);
111
113
114
+ $ adapter ->set ('test ' , 'test ' );
115
+
112
116
$ manager ->attach (
113
117
'storage:afterGet ' ,
114
118
static function (Event $ event ) use (&$ counter , $ example ): void {
@@ -157,6 +161,8 @@ public function storageAdapterEventsBeforeHas(IntegrationTester $I, Example $exa
157
161
)
158
162
);
159
163
164
+ $ adapter ->set ('test ' , 'test ' );
165
+
160
166
$ manager ->attach (
161
167
'storage:beforeHas ' ,
162
168
static function (Event $ event ) use (&$ counter , $ example ): void {
@@ -205,6 +211,8 @@ public function storageAdapterEventsAfterHas(IntegrationTester $I, Example $exam
205
211
)
206
212
);
207
213
214
+ $ adapter ->set ('test ' , 'test ' );
215
+
208
216
$ manager ->attach (
209
217
'storage:afterHas ' ,
210
218
static function (Event $ event ) use (&$ counter , $ example ): void {
@@ -253,6 +261,8 @@ public function storageAdapterEventsBeforeDelete(IntegrationTester $I, Example $
253
261
)
254
262
);
255
263
264
+ $ adapter ->set ('test ' , 'test ' );
265
+
256
266
$ manager ->attach (
257
267
'storage:beforeDelete ' ,
258
268
static function (Event $ event ) use (&$ counter , $ example ): void {
@@ -301,6 +311,8 @@ public function storageAdapterEventsAfterDelete(IntegrationTester $I, Example $e
301
311
)
302
312
);
303
313
314
+ $ adapter ->set ('test ' , 'test ' );
315
+
304
316
$ manager ->attach (
305
317
'storage:afterDelete ' ,
306
318
static function (Event $ event ) use (&$ counter , $ example ): void {
@@ -349,6 +361,8 @@ public function storageAdapterEventsBeforeIncrement(IntegrationTester $I, Exampl
349
361
)
350
362
);
351
363
364
+ $ adapter ->set ('test ' , 'test ' );
365
+
352
366
$ manager ->attach (
353
367
'storage:beforeIncrement ' ,
354
368
static function (Event $ event ) use (&$ counter , $ example ): void {
@@ -397,6 +411,8 @@ public function storageAdapterEventsAfterIncrement(IntegrationTester $I, Example
397
411
)
398
412
);
399
413
414
+ $ adapter ->set ('test ' , 'test ' );
415
+
400
416
$ manager ->attach (
401
417
'storage:afterIncrement ' ,
402
418
static function (Event $ event ) use (&$ counter , $ example ): void {
@@ -445,6 +461,8 @@ public function storageAdapterEventsBeforeDecrement(IntegrationTester $I, Exampl
445
461
)
446
462
);
447
463
464
+ $ adapter ->set ('test ' , 'test ' );
465
+
448
466
$ manager ->attach (
449
467
'storage:beforeDecrement ' ,
450
468
static function (Event $ event ) use (&$ counter , $ example ): void {
@@ -493,6 +511,8 @@ public function storageAdapterEventsAfterDecrement(IntegrationTester $I, Example
493
511
)
494
512
);
495
513
514
+ $ adapter ->set ('test ' , 'test ' );
515
+
496
516
$ manager ->attach (
497
517
'storage:afterDecrement ' ,
498
518
static function (Event $ event ) use (&$ counter , $ example ): void {
@@ -541,6 +561,8 @@ public function storageAdapterEventsBeforeSet(IntegrationTester $I, Example $exa
541
561
)
542
562
);
543
563
564
+ $ adapter ->set ('test ' , 'test ' );
565
+
544
566
$ manager ->attach (
545
567
'storage:beforeSet ' ,
546
568
static function (Event $ event ) use (&$ counter , $ example ): void {
@@ -589,6 +611,8 @@ public function storageAdapterEventsAfterSet(IntegrationTester $I, Example $exam
589
611
)
590
612
);
591
613
614
+ $ adapter ->set ('test ' , 'test ' );
615
+
592
616
$ manager ->attach (
593
617
'storage:afterSet ' ,
594
618
static function (Event $ event ) use (&$ counter , $ example ): void {
0 commit comments