Skip to content
Snippets Groups Projects
Commit 084381f3 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 8d803859
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ default:
paths:
- %paths.base%/tests/features
contexts:
- Drupal\varbase\tests\features\bootstrap\VarbaseContext:
- VarbaseContext:
parameters:
varbase_users:
webmaster: { email: 'webmaster@vardot.com', password: 'dD.123123ddd' }
......@@ -16,7 +16,7 @@ default:
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_super_admin: { email: 'super.admin.test@vardot.com', password: 'dD.123123ddd' }
- Drupal\varbase\tests\features\bootstrap\SelectorsContext:
- SelectorsContext:
parameters:
selectors:
## Add all css selectors which you will use in most features.
......
<?php
namespace Drupal\varbase\tests\features\bootstrap;
namespace Drupal\DrupalExtension\Context;
use Drupal\DrupalExtension\Context\RawDrupalContext;
use Behat\Behat\Context\SnippetAcceptingContext;
......
<?php
namespace Drupal\varbase\tests\features\bootstrap;
namespace Drupal\DrupalExtension\Context;
use WebDriver\Exception;
use Drupal\DrupalExtension\Context\RawDrupalContext;
......
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