Skip to content
Snippets Groups Projects
Commit 70a105ae authored by Bojan Zivanovic's avatar Bojan Zivanovic
Browse files

Merge pull request #44 from dawehner/fix-test

Fix the broken testcase
parents 881f388c 1b320174
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ class RevisionOverviewIntegrationTest extends KernelTestBase {
$this->assertArrayNotHasKey('entity.revisions_overview:node', $tasks, 'Node should have been excluded because it provides their own');
$this->assertEquals('entity.entity_test_enhanced.version_history', $tasks['entity.revisions_overview:entity_test_enhanced']['route_name']);
$this->assertEquals('entity.entity_test_enhanced.edit_form', $tasks['entity.revisions_overview:entity_test_enhanced']['base_route']);
$this->assertEquals('entity.entity_test_enhanced.canonical', $tasks['entity.revisions_overview:entity_test_enhanced']['base_route']);
/** @var \Drupal\Core\Routing\RouteProviderInterface $route_provider */
$route_provider = \Drupal::service('router.route_provider');
......
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