Skip to content

Demonstrate how to use Drupal core BTB trait.

Moshe Weitzman requested to merge btbTrait into master

The goal is very much to get the BPB patch into Drupal core (Update: Done!). This MR demonstrates that the trait will work for us. This MR will merge right after Drupal 8.6 is released.

  • Get patch to apply
  • Enhance one of our tests with a DrupalGet or a submitForm() via the trait. Decide if the traits should be added by our ExistingSiteBase and ExistingSiteJavascript classes or in the tests themselves.
Edited by Jibran Ijaz

Merge request reports