DrupalDriver
DrupalDriver copied to clipboard
A collection of drivers for controlling Drupal.
EDIT: Upon further debugging, this issue is caused by `drupal-extension 4.2.1`, not `drupal-driver`, so it should be moved to the other repo. After updating to `drupal-extension` 4.2.1 from 4.1.0: ```...
Fixes #242
In #114 we introduced a new public `Drupal8::isBaseField()` method, but this was not exposed on the interfaces since this was Drupal 8 only. In the meantime Drupal 8+ has become...
I'm using a fair amount of custom steps to handle complicated data setup within the tests, which I track and reference via https://packagist.org/packages/kerasai/behat-tokenizer. This PR changes the D8+ entity reference...
The patches on issue https://github.com/jhedstrom/DrupalDriver/issues/200 where either conflicting or just not working, this resolves it for latest master.
After upgrading drupal core from 8.3.9 to 8.6.1, behat from 3.1.0 to 3.3.1 and drupal-driver from 1.2.x-dev to 2.0.x-dev, behat tests are failing for dates of 'Date only' date type....
Having the same issue as #206 (Undefined offset 0) when trying to create nodes with address fields. The AddressHandler did expect keyed values matched the keys for the address field...
I'm trying to create a profile entity with an address field like this: ``` $this->parseEntityFields('profile', $profile); $saved = $this->getDriver()->createEntity('profile', $profile); ``` And the address field in my feature looks like...
This is a pull request based on: - PR: https://github.com/jhedstrom/DrupalDriver/pull/236 - ISSUE: https://github.com/jhedstrom/DrupalDriver/issues/206
Conflicts fix for issue #116