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
413413
414414 $ rc = new ReflectionClass ($ clone );
415415 $ rp = $ rc ->getProperty ('autoEncryptionEnabled ' );
416- $ rp ->setAccessible (true );
417416
418417 $ this ->assertSame (true , $ rp ->getValue ($ clone ));
419418 }
@@ -441,7 +440,6 @@ public function testWithOptionsPassesOptions(): void
441440
442441 $ rc = new ReflectionClass ($ clone );
443442 $ rp = $ rc ->getProperty ('autoEncryptionEnabled ' );
444- $ rp ->setAccessible (true );
445443
446444 $ this ->assertSame (true , $ rp ->getValue ($ clone ));
447445 }
Original file line number Diff line number Diff line change @@ -393,7 +393,6 @@ public function testWithOptionsInheritsOptions(): void
393393
394394 $ rc = new ReflectionClass ($ clone );
395395 $ rp = $ rc ->getProperty ('autoEncryptionEnabled ' );
396- $ rp ->setAccessible (true );
397396
398397 $ this ->assertSame (true , $ rp ->getValue ($ clone ));
399398 }
@@ -420,7 +419,6 @@ public function testWithOptionsPassesOptions(): void
420419
421420 $ rc = new ReflectionClass ($ clone );
422421 $ rp = $ rc ->getProperty ('autoEncryptionEnabled ' );
423- $ rp ->setAccessible (true );
424422
425423 $ this ->assertSame (true , $ rp ->getValue ($ clone ));
426424 }
You can’t perform that action at this time.
0 commit comments