Skip to content
Snippets Groups Projects
Commit bcbc3dc9 authored by catch's avatar catch
Browse files

Issue #2080339 by mrsinguyen: Remove Unused local variable $routes from...

Issue #2080339 by mrsinguyen: Remove Unused local variable $routes from /core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php.
parent feca732d
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -329,7 +329,7 @@ function testOutlinePathNoMatch() {
$routes = $provider->getRoutesByPattern($path);
$this->assertFalse(count($routes), 'No path found with this pattern.');
$routes = $provider->getRouteCollectionForRequest($request);
$provider->getRouteCollectionForRequest($request);
$this->fail(t('No exception was thrown.'));
}
catch (\Exception $e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment