Skip to content
Snippets Groups Projects
Commit 212aa13c authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2431053 by zealfire, epari.siva, dawehner:...

Issue #2431053 by zealfire, epari.siva, dawehner: RouteProviderTest::testRouteByName should be public
parent 097240a0
No related branches found
No related tags found
No related merge requests found
......@@ -382,7 +382,7 @@ function testCurrentPath() {
/**
* Test RouteProvider::getRouteByName() and RouteProvider::getRoutesByNames().
*/
protected function testRouteByName() {
public function testRouteByName() {
$connection = Database::getConnection();
$provider = new RouteProvider($connection, $this->routeBuilder, $this->state, $this->currentPath, 'test_routes');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment