Unable to run PHPUnit tests after upgrading to PHPStorm 2016.3
Answered
Previously when I was using PHPStorm, I could execute a testcase by right clicking on the file and selecting "RUN", PHPStorm would then create a temporary run configuration of type "PHPUnit" and run the testcase.
Now, it runs a "Javascript Debug" testcase and opens my browser.
How can I force PHPStorm to use the correct test suite tool?
Please sign in to leave a comment.
Found a solution (For those coming after me):
Step 1- Disable the Javascript debugger plugin.
Step 2- Go into your Run Configurations, make sure the default PHPUnit config still points to your phpunit.xml file. Mine had gotten cleared somehow.