diff --git a/Tests/CryptTest.php b/Tests/CryptTest.php index bf1519df..f94ef11b 100644 --- a/Tests/CryptTest.php +++ b/Tests/CryptTest.php @@ -108,7 +108,6 @@ public function testSetKey() $this->object->setKey($key); $property = (new \ReflectionClass($this->object))->getProperty('key'); - $property->setAccessible(true); $this->assertSame($key, $property->getValue($this->object)); }