We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929193f commit 3ed1dceCopy full SHA for 3ed1dce
tests/MaxMind/Test/MinFraudTest.php
@@ -213,7 +213,6 @@ public function testEmailHashingDisabled(): void
213
// Reflection isn't ideal, but this is the easiest way to check.
214
$class = new \ReflectionClass(MinFraud::class);
215
$prop = $class->getProperty('content');
216
- $prop->setAccessible(true);
217
218
$client = $this->createMinFraudRequestWithFullResponse(
219
'insights',
@@ -252,7 +251,6 @@ public function testEmailHashingEnabled(): void
252
251
253
254
255
256
257
258
0 commit comments