This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add test for buildFrontendPreviewLink function
- Loading branch information
1 parent
09544b0
commit f4cb0e9
Showing
7 changed files
with
178 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
..._tide_site_preview/config/optional/field.field.taxonomy_term.sites.field_site_domains.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.taxonomy_term.field_site_domains | ||
- taxonomy.vocabulary.sites | ||
id: taxonomy_term.sites.field_site_domains | ||
field_name: field_site_domains | ||
entity_type: taxonomy_term | ||
bundle: sites | ||
label: Domains | ||
description: 'Please enter domains for this site. One domain per line. Use * as a wildcard.' | ||
required: true | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: string_long |
18 changes: 18 additions & 0 deletions
18
...test_tide_site_preview/config/optional/field.storage.taxonomy_term.field_site_domains.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- taxonomy | ||
id: taxonomy_term.field_site_domains | ||
field_name: field_site_domains | ||
entity_type: taxonomy_term | ||
type: string_long | ||
settings: | ||
case_sensitive: false | ||
module: core | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
8 changes: 8 additions & 0 deletions
8
...e_site_preview/tests/test_tide_site_preview/config/optional/taxonomy.vocabulary.sites.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
name: Sites | ||
vid: sites | ||
description: 'Sites and sections' | ||
hierarchy: 0 | ||
weight: 0 |
4 changes: 4 additions & 0 deletions
4
modules/tide_site_preview/tests/test_tide_site_preview/test_tide_site_preview.info.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
name: 'Test tide site preview' | ||
type: module | ||
description: 'Support module for tide site preview testing.' | ||
package: Testing |