Skip to content

Commit ee584dc

Browse files
[HttpKernel] fix merge
1 parent 1de2674 commit ee584dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Tests/Controller/ArgumentResolver/NotTaggedControllerValueResolverTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ public function testControllerNameIsAnArray()
108108
$resolver->resolve($request, $argument);
109109
}
110110

111+
/**
112+
* In Symfony 7, keep this test case but remove the call to supports().
113+
*
114+
* @group legacy
115+
*/
111116
public function testInvokableController()
112117
{
113118
$this->expectException(RuntimeException::class);

0 commit comments

Comments
 (0)