8000 Merge branch '6.4' into 7.1 · symfony/symfony@691b2e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 691b2e1

Browse files
Merge branch '6.4' into 7.1
* 6.4: fix merge fix merge
2 parents 42f47f4 + 5cc07e7 commit 691b2e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/ConnectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function testFromDsnWithQueryOptions()
9292
'host' => 'localhost',
9393
'port' => 6379,
9494
'serializer' => 2,
95-
], $this->createRedisMock(),
95+
], $this->createRedisMock()),
9696
Connection::fromDsn('redis://localhost/queue/group1/consumer1?serializer=2', [], $this->createRedisMock())
9797
);
9898
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
controllers:
22
resource: Symfony\Component\Routing\Tests\Fixtures\AttributeFixtures\RouteWithPriorityController
3-
type: annotation
3+
type: attribute
44
host:
55
cs: www.domain.cs
66
en: www.domain.com

src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ public function testPriorityWithHost()
493493
{
494494
new LoaderResolver([
495495
$loader = new YamlFileLoader(new FileLocator(\dirname(__DIR__).'/Fixtures/locale_and_host')),
496-
new class(new AnnotationReader(), null) extends AnnotationClassLoader {
496+
new class() extends AttributeClassLoader {
497497
protected function configureRoute(
498498
Route $route,
499499
\ReflectionClass $class,

0 commit comments

Comments
 (0)
0