Skip to content

Commit 1d71f67

Browse files
author
Robin Chalas
committed
Merge branch '4.4' into 5.0
* 4.4: (38 commits) reset the kernel cache after each test [HttpKernel] Ability to define multiple kernel.reset tags [Routing] Continue supporting single colon in object route loaders [FWBundle] Remove unused parameter [Intl] [Workflow] fixes English grammar typos [Filesystem] [Serializer] fixes English grammar typo mailer: mailchimp bridge is throwing undefined index _id when setting message id in mandrill http transport has_roles should be is_granted in upgrade files [HttpClient] Fix early cleanup of pushed HTTP/2 responses skip test on incompatible PHP versions [HttpKernel] Don't cache "not-fresh" state [FrameworkBundle][Cache] Don't deep-merge cache pools configuration [Messenger] Adding exception to amqp transport in case amqp ext is not installed [SecurityBundle] Don't require a user provider for the anonymous listener [Monolog Bridge] Fixed accessing static property as non static. Improve Symfony description [Mailer] Add UPGRADE entries about Envelope and MessageEvent [FrameworkBundle] fix leftover mentioning "secret:" processor Add DateTimeZoneNormalizer into Dependency Injection [Messenger] Error when specified default bus is not among the configured ...
2 parents 0bf75c3 + 40c2606 commit 1d71f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/FilesystemTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ public function testSymlink()
783783
$file = $this->workspace.\DIRECTORY_SEPARATOR.'file';
784784
$link = $this->workspace.\DIRECTORY_SEPARATOR.'link';
785785

786-
// $file does not exists right now: creating "broken" links is a wanted feature
786+
// $file does not exist right now: creating "broken" links is a wanted feature
787787
$this->filesystem->symlink($file, $link);
788788

789789
$this->assertTrue(is_link($link));

0 commit comments

Comments
 (0)