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 0904aa2 commit a04a950Copy full SHA for a04a950
Tests/Factory/HttpFoundationFactoryTest.php
@@ -208,7 +208,6 @@ private function callCreateUploadedFile(UploadedFileInterface $uploadedFile): Ht
208
{
209
$reflection = new \ReflectionClass($this->factory);
210
$createUploadedFile = $reflection->getMethod('createUploadedFile');
211
- $createUploadedFile->setAccessible(true);
212
213
return $createUploadedFile->invokeArgs($this->factory, [$uploadedFile]);
214
}
0 commit comments