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 @@ -404,7 +404,6 @@ public function testWithOptionsInheritsOptions(): void
404
404
405
405
$ rc = new ReflectionClass ($ clone );
406
406
$ rp = $ rc ->getProperty ('autoEncryptionEnabled ' );
407
- $ rp ->setAccessible (true );
408
407
409
408
$ this ->assertSame (true , $ rp ->getValue ($ clone ));
410
409
}
@@ -432,7 +431,6 @@ public function testWithOptionsPassesOptions(): void
432
431
433
432
$ rc = new ReflectionClass ($ clone );
434
433
$ rp = $ rc ->getProperty ('autoEncryptionEnabled ' );
435
- $ rp ->setAccessible (true );
436
434
437
435
$ this ->assertSame (true , $ rp ->getValue ($ clone ));
438
436
}
Original file line number Diff line number Diff line change @@ -397,7 +397,6 @@ public function testWithOptionsInheritsOptions(): void
397
397
398
398
$ rc = new ReflectionClass ($ clone );
399
399
$ rp = $ rc ->getProperty ('autoEncryptionEnabled ' );
400
- $ rp ->setAccessible (true );
401
400
402
401
$ this ->assertSame (true , $ rp ->getValue ($ clone ));
403
402
}
@@ -424,7 +423,6 @@ public function testWithOptionsPassesOptions(): void
424
423
425
424
$ rc = new ReflectionClass ($ clone );
426
425
$ rp = $ rc ->getProperty ('autoEncryptionEnabled ' );
427
- $ rp ->setAccessible (true );
428
426
429
427
$ this ->assertSame (true , $ rp ->getValue ($ clone ));
430
428
}
You can’t perform that action at this time.
0 commit comments