Fabian Franz

Results 88 comments of Fabian Franz

The problem with using: which drush and dirname is that it can be a symlink and then the logic starts to get complicated.

Thank you for the bug report. Could you enable debugging and do a test run again, then send me a travis link? https://github.com/drupal-modules/rules_forms/blob/02e419ba0764e306de8508fbddfacd0e44a55358/.travis.yml#L55 I presume something goes wrong in drush...

Yes, we need both. It might be the code was based on an earlier travis version. We likely could fix it by just gaining the DB from the DB URL....

I always copy the .dist file into new projects, so likely missed that there was redundant information in there. Thanks!

A chance for a patch / PR?

That is correct and I missed that the installation is done, too for phpunit-core. I usually used the phpunit runner with a dependency on drupal/drupal myself in cases where I...

I still think this makes sense regardless of this, especially using the behat extension with its alias feature.

Forking is really simple: Just fork and then instead of: ``` composer require lionsad/drupal_ti ``` you do something like: ``` - git clone yourrepo/drupal_ti - mkdir -p "$HOME/.composer/vendor/bin" - ln...

That sounds like a great idea to me!