Brian
Brian
Yeah I just ran into this as well. I upgraded from 1.4.0 to 2.1.0. It was broken with this PR https://github.com/jhedstrom/DrupalDriver/pull/126 and this commit: https://github.com/jhedstrom/DrupalDriver/commit/e778cb87268ab17bb89c6cc5f4479ab2974b41b4 I'm not sure that patch...
Okay, I submitted my own PR that fixes this by checking if the date field is configured as a date-only or datetime field: https://github.com/jhedstrom/DrupalDriver/pull/229
I need the role name, because my test involves checking to ensure that a role with a specific set of permissions shows up on a certain configuration form. For now...
Here's a workaround for anyone else running into this with a Drupal core patch. Just copy the patch to local storage and modify it to remove "core/" from the patch...
@jhedstrom Do you have a sample core patch that's failing in the manner you described? My project uses many Drupal core patches but I believe most of them modify other...
Thanks, confirmed it's a problem. Yeah, we need to be able to specify the patch level to use for applying patches, but I think it needs to be done per-patch...
I was curious about this and did a little test. I have two firewalls, one for my API and one for normal app users: ``` firewalls: dev: pattern: ^/(_(profiler|wdt)|css|images|js)/ security:...
I still don't see how adding config option to explicitly deny access is different from disabling anonymous access for the firewall.
Somewhat related, shouldn't the example code in the docs have the user set their firewall to stateless? I believe that's a requirement for someone who wants to use an authentication...
@djoos #65