File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Tests/DependencyInjection/Compiler Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public function testThatSecurityVotersAreProcessedInPriorityOrder()
71
71
$ this ->assertCount (4 , $ refs );
72
72
}
73
73
74
- public function testThatVotersAreTraceableInDebugMode (): void
74
+ public function testThatVotersAreTraceableInDebugMode ()
75
75
{
76
76
$ container = new ContainerBuilder ();
77
77
@@ -103,7 +103,7 @@ public function testThatVotersAreTraceableInDebugMode(): void
103
103
$ this ->assertCount (2 , $ voters , 'Incorrect count of voters ' );
104
104
}
105
105
106
- public function testThatVotersAreNotTraceableWithoutDebugMode (): void
106
+ public function testThatVotersAreNotTraceableWithoutDebugMode ()
107
107
{
108
108
$ container = new ContainerBuilder ();
109
109
$ container ->setParameter ('kernel.debug ' , false );
You can’t perform that action at this time.
0 commit comments