Skip to content

Commit 947fd42

Browse files
Merge branch '6.4' into 7.0
* 6.4: (32 commits) [Validator] Fix registering "is_valid()" for `#[Expression]` [Scheduler] Trigger unique messages at runtime [Scheduler] Fix CHANGELOG [Clock] Add `DatePoint`: an immutable DateTime implementation with stricter error handling and return types [Scheduler] Allow modifying the schedule at runtime and recalculate heap [Cache] Fix Redis6Proxy [Finder] Disable failing test about open_basedir Fix merge Fix merge Minor CS fixes Deprecate `Kernel::stripComments()` Remove setAccessible reflection call in tests [Notifier] Telegram Bridge add escaping for \ [Component][AssertMapper] add type hint of an argument in asset mapper command [Translation] [Phrase] Refacto ReadConfig and WriteConfig into arrays [Routing] Fix routing collection defaults when adding a new route to a collection [Messenger] Fix cloned TraceableStack not unstacking the stack independently [Translation] Add `--as-tree` option to `translation:pull` command [Mime] Allow to add some headers as a strings [Translation] Give current locale to locale switcher runWithLocale callback ...
2 parents c4f391e + a04a950 commit 947fd42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/Factory/HttpFoundationFactoryTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ private function callCreateUploadedFile(UploadedFileInterface $uploadedFile): Ht
208208
{
209209
$reflection = new \ReflectionClass($this->factory);
210210
$createUploadedFile = $reflection->getMethod('createUploadedFile');
211-
$createUploadedFile->setAccessible(true);
212211

213212
return $createUploadedFile->invokeArgs($this->factory, [$uploadedFile]);
214213
}

0 commit comments

Comments
 (0)