File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -413,7 +413,6 @@ public function testWithOptionsInheritsOptions(): void
413
413
414
414
$ rc = new ReflectionClass ($ clone );
415
415
$ rp = $ rc ->getProperty ('autoEncryptionEnabled ' );
416
- $ rp ->setAccessible (true );
417
416
418
417
$ this ->assertSame (true , $ rp ->getValue ($ clone ));
419
418
}
@@ -441,7 +440,6 @@ public function testWithOptionsPassesOptions(): void
441
440
442
441
$ rc = new ReflectionClass ($ clone );
443
442
$ rp = $ rc ->getProperty ('autoEncryptionEnabled ' );
444
- $ rp ->setAccessible (true );
445
443
446
444
$ this ->assertSame (true , $ rp ->getValue ($ clone ));
447
445
}
Original file line number Diff line number Diff line change @@ -393,7 +393,6 @@ public function testWithOptionsInheritsOptions(): void
393
393
394
394
$ rc = new ReflectionClass ($ clone );
395
395
$ rp = $ rc ->getProperty ('autoEncryptionEnabled ' );
396
- $ rp ->setAccessible (true );
397
396
398
397
$ this ->assertSame (true , $ rp ->getValue ($ clone ));
399
398
}
@@ -420,7 +419,6 @@ public function testWithOptionsPassesOptions(): void
420
419
421
420
$ rc = new ReflectionClass ($ clone );
422
421
$ rp = $ rc ->getProperty ('autoEncryptionEnabled ' );
423
- $ rp ->setAccessible (true );
424
422
425
423
$ this ->assertSame (true , $ rp ->getValue ($ clone ));
426
424
}
You can’t perform that action at this time.
0 commit comments