DrupalDriver icon indicating copy to clipboard operation
DrupalDriver copied to clipboard

A collection of drivers for controlling Drupal.

Results 74 DrupalDriver issues
Sort by recently updated
recently updated
newest added

We needed it in a client project to be able to build a hierarchical content structure in runtime. With this extra class in the namespace now Behat/Mink finds the correct...

Fix issue 200 (https://github.com/jhedstrom/DrupalDriver/issues/200), an issue with the creation of date only fields

We are having an issue with the entity access cache containing stale items in Behat scenarios. The problem occurs in the following circumstances (all the following steps are executed in...

Looking at the commit history it seems that Travis CI is no longer triggered by commits and PRs. It seems to have stopped somewhere after March 14.

After the recent work to upgrade Drupal Extension and Drupal Driver dependencies such as Symfony 4, I would have expected to be able to install them in a D9 application....

I am getting this warning when creating terms for vocabularies that don't exist. ``` Warning: sprintf(): Too few arguments in vendor/drupal/drupal-driver/src/Drupal/Driver/Cores/Drupal7.php line 319 ``` To replicate, use this: ``` Given...