Issue #3215110: Add automated test coverage
1 unresolved thread
Merge request reports
Activity
- tests/src/Functional/SettingsFormTest.php 0 → 100644
94 'append_member_page' => 'append_member_page', 95 'member_page_as_link' => 'member_page_as_link', 96 'remove_home' => 'remove_home', 97 'add_home' => 'add_home', 98 'front_title' => 'front_title', 99 'exclude_empty_url' => 'exclude_empty_url', 100 'exclude_disabled_menu_items' => 'exclude_disabled_menu_items', 101 'derived_active_trail' => 'derived_active_trail', 102 ]; 103 $config = $this->config('menu_breadcrumb.settings'); 104 foreach ($mapFieldsToConfig as $key => $value) { 105 $this->assertSession()->fieldValueEquals( 106 $key, 107 $config->get($value), 108 ); 109 } added 6 commits
- e7e3602f - Issue #3212252: Update info.yml for 2.0.x / Drupal 9
- 48e0fcd3 - Issue #3212252: Coding standards
- 4856bd2e - Issue #3215110: Extremely basic "does the module blow up the site" test
- b20754ef - Issue #3215110: Test settings form
- 13eaa91b - Issue #3215110: WIP unit test coverage for MenuBasedBreadcrumbBuilder
- 418bee6c - Issue #3215110: Add project composer.json
Toggle commit listadded 5 commits
-
4c25ba84 - 1 commit from branch
project:8.x-1.x
- 741e34a3 - Issue #3215110: Extremely basic "does the module blow up the site" test
- 382972e1 - Issue #3215110: Test settings form
- 147a905b - Issue #3215110: WIP unit test coverage for MenuBasedBreadcrumbBuilder
- a2c3e0b7 - Issue #3215110: Add project composer.json
Toggle commit list-
4c25ba84 - 1 commit from branch
added 7 commits
-
e81c69d8 - 1 commit from branch
project:8.x-1.x
- 0ede08d7 - Issue #3212252: Update info.yml for 2.0.x / Drupal 9
- 37d72351 - Issue #3215110: Extremely basic "does the module blow up the site" test
- ae6884f1 - Issue #3215110: Test settings form
- b3130d7b - Issue #3215110: WIP unit test coverage for MenuBasedBreadcrumbBuilder
- 38c731af - Issue #3215110: Add project composer.json
- bd41b8d2 - Issue #3215110: Test improvements
Toggle commit list-
e81c69d8 - 1 commit from branch
added 1 commit
added 1 commit
- f2eb99cf - Fix merge conflict accidentally committed to README
added 1 commit
added 1 commit
added 1 commit
added 1 commit
added 2 commits
Please register or sign in to reply