jonathanjfshaw

Results 85 comments of jonathanjfshaw

I've rebased and force pushed that to the PR, so maybe the extension tests will work now. I'm working on fixing coding standards, huge amounts of nits to address there.

OK, this time the rebase is good, all green locally except the expected fail.

Now kernel tests and extension features passing locally with php5.5 & D8.5.

Coding standards fixed. Now green and clean locally, should be green for CS here.

My attempts to execute the kernel tests building on #188 have foundered because we have a namespace collision with core's composer.json: ``` "autoload": { "psr-4": { "Drupal\\Core\\": "lib/Drupal/Core", "Drupal\\Component\\": "lib/Drupal/Component",...

I misdiagnosed the problem above, it wasn't namespace collision, it was just that Drupal doesn't autoload the KernelTests namespace normally, it relies on tests/bootstrap.php to do that. ## Tests I've...

I've got plugins mostly working for D7, though not pushed here yet as there is more to do for that and some serious refactoring is needed as this tangle of...

Addresses #160

The most natural syntax seemed to me to be something similar to what we do for links: ``` Given event content: | title | dates | | Sweet Palm |...