updated core to 8.6.1 via composer

This commit is contained in:
2018-09-12 13:58:26 +02:00
parent a9a219f2ed
commit ea56b9fba3
4443 changed files with 112098 additions and 40708 deletions
@@ -14,6 +14,7 @@ use Drupal\help\Plugin\HelpSection\HelpSectionPluginBase;
* )
*/
class EmptyHelpSection extends HelpSectionPluginBase {
/**
* {@inheritdoc}
*/
@@ -3,4 +3,4 @@ type: module
core: 8.x
package: Testing
dependencies:
- help
- drupal:help
@@ -18,7 +18,7 @@ class HelpTest extends BrowserTestBase {
* overview page. The help_page_test module has a page section plugin that
* returns no links.
*
* @var array.
* @var array
*/
public static $modules = ['help_test', 'help_page_test'];
@@ -16,7 +16,7 @@ class NoHelpTest extends BrowserTestBase {
*
* Use one of the test modules that do not implement hook_help().
*
* @var array.
* @var array
*/
public static $modules = ['help', 'menu_test'];