Skip to content

Commit 5a4e431

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: Remove void return type from test methods Added basque translations Updated Luxembourgish translations [Mailer] Fix parsing Dsn with empty user/password Normalize exceptions messages containing methods references [Ldap] Incorrect determination of RelativeDistinguishedName for the "move" operation
2 parents a661f30 + b280a01 commit 5a4e431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/DependencyInjection/Compiler/AddSecurityVotersPassTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function testThatSecurityVotersAreProcessedInPriorityOrder()
7171
$this->assertCount(4, $refs);
7272
}
7373

74-
public function testThatVotersAreTraceableInDebugMode(): void
74+
public function testThatVotersAreTraceableInDebugMode()
7575
{
7676
$container = new ContainerBuilder();
7777

@@ -103,7 +103,7 @@ public function testThatVotersAreTraceableInDebugMode(): void
103103
$this->assertCount(2, $voters, 'Incorrect count of voters');
104104
}
105105

106-
public function testThatVotersAreNotTraceableWithoutDebugMode(): void
106+
public function testThatVotersAreNotTraceableWithoutDebugMode()
107107
{
108108
$container = new ContainerBuilder();
109109
$container->setParameter('kernel.debug', false);

0 commit comments

Comments
 (0)