Skip to content
Snippets Groups Projects
Commit 8d803859 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3113113: Drupal 9 readiness for [Varbase distribution] installation...

Issue #3113113: Drupal 9 readiness for [Varbase distribution] installation profile with Drupal coding standard and practice
parent 8fddfa4f
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ default: ...@@ -6,7 +6,7 @@ default:
paths: paths:
- %paths.base%/tests/features - %paths.base%/tests/features
contexts: contexts:
- VarbaseContext: - Drupal\varbase\tests\features\bootstrap\VarbaseContext:
parameters: parameters:
varbase_users: varbase_users:
webmaster: { email: 'webmaster@vardot.com', password: 'dD.123123ddd' } webmaster: { email: 'webmaster@vardot.com', password: 'dD.123123ddd' }
...@@ -16,7 +16,7 @@ default: ...@@ -16,7 +16,7 @@ default:
test_seo_admin: { email: 'seo.admin.test@vardot.com', password: 'dD.123123ddd' } test_seo_admin: { email: 'seo.admin.test@vardot.com', password: 'dD.123123ddd' }
test_site_admin: { email: 'site.admin.test@vardot.com', password: 'dD.123123ddd' } test_site_admin: { email: 'site.admin.test@vardot.com', password: 'dD.123123ddd' }
test_super_admin: { email: 'super.admin.test@vardot.com', password: 'dD.123123ddd' } test_super_admin: { email: 'super.admin.test@vardot.com', password: 'dD.123123ddd' }
- SelectorsContext: - Drupal\varbase\tests\features\bootstrap\SelectorsContext:
parameters: parameters:
selectors: selectors:
## Add all css selectors which you will use in most features. ## Add all css selectors which you will use in most features.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment