mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 17:44:44 +08:00
Remove all calls to ReflectionProperty::setAccessible
This commit is contained in:
@@ -51,7 +51,6 @@ class ShlinkTableTest extends TestCase
|
||||
|
||||
$ref = new ReflectionObject($instance);
|
||||
$baseTable = $ref->getProperty('baseTable');
|
||||
$baseTable->setAccessible(true);
|
||||
|
||||
self::assertInstanceOf(Table::class, $baseTable->getValue($instance));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user