Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"require": {
"drupal/field_group": "^4.0",
"drupal/search_api": "^1.17",
"localgovdrupal/localgov_core": "^2.1",
"localgovdrupal/localgov_topics": "^1.0"
}
Expand Down
4 changes: 4 additions & 0 deletions localgov_blogs.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ dependencies:
- drupal:views
# Contrib
- field_group:field_group
- search_api:search_api
# LocalGov Drupal
- localgov_core:localgov_core
- localgov_core:localgov_media
- localgov_topics:localgov_topics

test_dependencies:
- localgov_core:localgov_media_test_config
3 changes: 3 additions & 0 deletions tests/src/Functional/BlogCreationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ class BlogCreationTest extends BrowserTestBase {
* {@inheritdoc}
*/
protected static $modules = [
'localgov_core',
'localgov_media',
'localgov_topics',
'localgov_blogs',
];

Expand Down
3 changes: 3 additions & 0 deletions tests/src/Functional/PrevNextBlockTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ class PrevNextBlockTest extends BrowserTestBase {
'block',
'path',
'options',
'localgov_core',
'localgov_media',
'localgov_topics',
'localgov_blogs',
];

Expand Down