diff --git a/test/ContainerAwareBaseTestCase.php b/test/ContainerAwareBaseTestCase.php index a596970..365274e 100644 --- a/test/ContainerAwareBaseTestCase.php +++ b/test/ContainerAwareBaseTestCase.php @@ -87,9 +87,7 @@ protected function setUp(): void */ $reflectionClass = new ReflectionObject($this->supportPal); $property = $reflectionClass->getProperty('containerBuilder'); - $property->setAccessible(true); $property->setValue($this->supportPal, $containerBuilder); - $property->setAccessible(false); $this->container = $containerBuilder; }