Skip to content
Snippets Groups Projects
Commit 73e4fb47 authored by Julian Pustkuchen's avatar Julian Pustkuchen
Browse files

Merge branch '3475765-fix-failing-test' into '1.x'

Added composer.json

See merge request !5
parents cddbd170 3ab5d0d5
No related branches found
No related tags found
No related merge requests found
Pipeline #288184 failed
{
"name": "drupal/block_component_library",
"description": "Provides a Block Component Library to use custom blocks as reusable components.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"homepage": "https://drupal.org/project/block_component_library",
"support": {
"issues": "https://drupal.org/project/issues/block_component_library",
"source": "https://git.drupalcode.org/project/block_component_library"
},
"require": {
"drupal/views_bulk_operations": "^4"
}
}
......@@ -24,6 +24,11 @@ class LoadTest extends BrowserTestBase {
*/
protected $defaultTheme = 'stark';
/**
* We need to use the "standard" profile to get basic block content types.
*/
protected $profile = 'standard';
/**
* A user with permission to administer site configuration.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment