Kasper Garnæs
Kasper Garnæs
In my code I have something that boils down to the following statement: ```php /** @var \Drupal\node\NodeInterface $node */ $node->get('field_name')->value; ``` This results in the following error: `Access to an...
It may be tricky to determine why a recorded response is not used as no information about how the actual request compares to the recorded once. This change changes the...
They provide both an open source CLI tool and a commerical web app which supports more reporting features. The commercial solution is free for open source projects.
**Describe the bug** Running `drush locale:update` in a context where new translations are imported or existing strings are updated should clear the Drupal render cache. This is is not the...
As I understand it [`RawDrupalContext` will automatic clean up any created nodes, users, terms etc.](https://github.com/jhedstrom/drupalextension/blob/master/src/Drupal/DrupalExtension/Context/RawDrupalContext.php#L245) after running a scenario. This can make it somewhat tricky to look into a failing...
`bandaid-apply` checks for the existence of a `local.patch` file and applies it if available. Afterwards the patch file is deleted. Is this necessary? In my opinion the existence of a...
There seem to be a lot of nearly duplicated stings for an action: - Description - Shortname - Run message - Killswitch - Error message See for example [Apache2 restart](https://github.com/reload/deployotron/blob/master/deployotron.actions.inc#L608)....
According to Mapp this will not work together with their scripts. Our cookie deletion logic on needs to be removed.
#### Link to issue Please add a link to the issue being addressed by this change. #### Description Please include a short description of the suggested change and the reasoning...