Jonathan Hedstrom
Jonathan Hedstrom
Now that user manager and authentication manager are done, what's left to do here? The entity field parser looks like a good candidate, are there others?
What happens if you add `--verbose`? Anything different? Could you post a copy of your `behat.yml` here?
@Berdir so #259 is passing, but that doesn't actually mean this is fixed (we might just not be testing the right things--although there is a test for printed messages). I...
@Berdir I added explicit tests over in #259 for messages, and they are still passing.
#259 has been merged, not sure what else can be done here without a way to make the tests fail with big pipe enabled.
I'd be happy to review a pull request that adds this if it is low enough level and didn't impact existing functionality. If it is implementation-specific, it might be better...
I've merged #508 now so coding standards should be passing again.
Hmm, this makes it look like perhaps an old version of the `DrupalDriver` is now getting installed? ``` PHP Fatal error: Call to undefined method Drupal\Driver\DrupalDriver::startCollectingMail() ```
> I used ^1. Is that right? Is it perhaps getting in the way of testing? Ah, yes, it should probably be `^2` now as substantial work has been done...
Restarted the build.