Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0bb20cb

Browse files
committed
fixed wrong merge
1 parent b33b1dc commit 0bb20cb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/Controller/ControllerTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,3 @@ public function getUser()
137137
return parent::getUser();
138138
}
139139
}
140-
141-
class TestController extends Controller
142-
{
143-
public function forward($controller, array $path = array(), array $query = array())
144-
{
145-
return parent::forward($controller, $path, $query);
146-
}
147-
}

0 commit comments

Comments
 (0)