Jonathan Hedstrom
Jonathan Hedstrom
Looks like the failures would be resolved by rebasing this to include the mail stuff that went in with #134.
I still need to review some of the low-level implementation, but getting tests green here, and on the Drupal Extension will definitely be good :)
I re-triggered the test run and there appears to be some interface compatibility issues: https://travis-ci.org/jhedstrom/drupalextension/jobs/374181923
@pfrenssen do the 3 steps @jonathanjfshaw outlined above work for you? If so, I (or you) can merge this.
This had to be reverted due to regressions.
@brockfanning could you clarify how these would be used?
> You may prefer that the person writing the tests does not need to be aware of the expect date format That would indeed be preferable =) I guess I'm...
Rather than have one scenario create content that another depends on, could you switch your test to use the [background](http://docs.behat.org/en/latest/guides/1.gherkin.html#backgrounds) funcitonality? That way you get around inter-dependent scenarios which can...
A direct port of the `assertTag()` method seems difficult. The current version (in PHPUnit) supports array 'matchers', while the Symfony DOM Crawler works off of the more standard xpath selectors....
After upgrading to the latest (`1.6.4`), we're seeing any core patch that only adds new files applied to `core/core`, so the patches are effectively lost. The referenced PR above (#101)...