Open rivimey opened 7 years ago
I'm running it at the moment on a VM via vagrant.
The URL is pointed to the hosts entry which routes to the vm, and the PHP interpreter is configured to use the PHP codebase on the vm. One thing I found which was quite rude was that the module drafty has tests which have a interface dependency which wasn't met until I downloaded them.
I imagine this'll work fine in D8 if not better.
One thing to note is the importance of following the IDE configuration wiki page.
I do want to try removing the dependency on the drupal.jar file as a source but if that's the price to pay for integrated tests I'm content.
I cannot see how to configure the plugin to run the tests on Drupal installed in a VM, rather than running locally.
To be clear: I'm running Drupal in a Vbox VM (Ubuntu 16/php7) running locally on my Mac, and I can debug using xdebug, et al, using the normal tools. The files are shared using NFS. I do have php et al installed on the Mac via brew. I was expecting to configure something using ssh...?