File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,6 @@ public function testEmailHashingDisabled(): void
213
213
// Reflection isn't ideal, but this is the easiest way to check.
214
214
$ class = new \ReflectionClass (MinFraud::class);
215
215
$ prop = $ class ->getProperty ('content ' );
216
- $ prop ->setAccessible (true );
217
216
218
217
$ client = $ this ->createMinFraudRequestWithFullResponse (
219
218
'insights ' ,
@@ -252,7 +251,6 @@ public function testEmailHashingEnabled(): void
252
251
// Reflection isn't ideal, but this is the easiest way to check.
253
252
$ class = new \ReflectionClass (MinFraud::class);
254
253
$ prop = $ class ->getProperty ('content ' );
255
- $ prop ->setAccessible (true );
256
254
257
255
$ client = $ this ->createMinFraudRequestWithFullResponse (
258
256
'insights ' ,
You can’t perform that action at this time.
0 commit comments