Adam Bramley

Results 4 issues of Adam Bramley

The link field in drupal 8 core supports linking to internal pages and is done via an autocomplete link, saved as an entity:node/{nid} url. The LinkHandler class doesn't support this....

It would be great to have step definitions similar to nodes, taxonomy terms, etc for blocks! You could also use the config step code to set the region/weight/visibility as well

enhancement

Our automated updates updated to 1.3.16 today and started failing phpstan. Based on the [changes from 1.3.15 ](https://github.com/phpstan/phpstan-phpunit/compare/1.3.15...1.3.16) it's obvious what the issue is. Our tests do something like this:...