We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01344ae commit d06e4e0Copy full SHA for d06e4e0
Tests/Extractor/ReflectionExtractorTest.php
@@ -806,10 +806,6 @@ public function testCamelize(string $input, string $expected)
806
$reflection = new \ReflectionClass($this->extractor);
807
$method = $reflection->getMethod('camelize');
808
809
- if (\PHP_VERSION_ID < 80500) {
810
- $method->setAccessible(true);
811
- }
812
-
813
$this->assertSame($expected, $method->invoke($this->extractor, $input));
814
}
815
0 commit comments