Skip to content

Commit 30fd0b3

Browse files
NickSdotnicolas-grekas
authored andcommitted
[Form][PhpUnitBridge] Remove usage of noop ReflectionProperty::setAccessible()
1 parent f011fa8 commit 30fd0b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/ErrorHandlerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class ErrorHandlerTest extends TestCase
3434
protected function tearDown(): void
3535
{
3636
$r = new \ReflectionProperty(ErrorHandler::class, 'exitCode');
37-
$r->setAccessible(true);
3837
$r->setValue(null, 0);
3938
}
4039

0 commit comments

Comments
 (0)