mglaman / intellij-drupal-run-tests

Provides a run configuration that executes Drupal's test runner (for Simpletest, Unit, Kernel, Functional, FunctionalJavascript.)
MIT License
24 stars 2 forks source link

Doesn't work for PHPStorm 10 #26

Open kevinquillen opened 7 years ago

kevinquillen commented 7 years ago

I just installed the newest version of the plugin under PHPStorm 10.

When I go to the configuration, and click 'Add', nothing happens. When I click out of the window, "Drupal Run Tests" has been added into the list of configurations, but I can't click on it.

Others work.

It looks like it may be missing a grouping - other things I add are grouped under their name. Like adding "Grunt.js" configuration creates a new "Grunt.js" dropdown with the configuration, and is collapsible.

Also, "Drupal Run Tests" cannot be removed from this sidebar unless I close the window entirely, then it disappears.

Attaching pic for reference.

bug

mglaman commented 7 years ago

Weird. I know in mine it shows under a grouping. I'll review. It's been a while since it's been a fresh setup.

derimagia commented 7 years ago

Had the same issue, took a quick look at the code and it looks like it required a PHP CLI Interpreter to be set for the project:

8phra4y

mglaman commented 7 years ago

@derimagia thanks, if that's the issue then I need to make sure it pops the quick fix lightbulb to short cut here.

damienmckenna commented 6 years ago

It also doesn't work with the latest 2018 builds.

mglaman commented 6 years ago

I'll check. It was working on last 2018. This thing needs a revamp, anyways.

saidatom commented 4 years ago

Any news about this? Version 2019.3 Not Working