Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fc5afea

Browse filesBrowse files
committed
fix duplicate controller resolver test case
1 parent 00ca74e commit fc5afea
Copy full SHA for fc5afea

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function getStaticControllers()
148148
return array(
149149
array(AbstractController::class.'::staticAction', 'foo'),
150150
array(array(AbstractController::class, 'staticAction'), 'foo'),
151-
array(array(PrivateConstructorController::class, 'staticAction'), 'bar'),
151+
array(PrivateConstructorController::class.'::staticAction', 'bar'),
152152
array(array(PrivateConstructorController::class, 'staticAction'), 'bar'),
153153
);
154154
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.