Problem running single class test
My PHPStorm information is:
PhpStorm 2019.3.2
Build #PS-193.6015.48, built on January 22, 2020
Runtime version: 11.0.5+10-b520.30 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.15.0-74-generic
When i try to run all the test in a single class give me the error "Test framework quit unexpectedly"
Also make a test with phpstorm 2019.2.5 and works fine
But for example if I run the tests for an entire folder all goes well, I didn0t change anything but don't know why this error happens.
This is my config
Thanks for all!
Please sign in to leave a comment.
I have the same problem on Mac after 2019.3.2 update
I compared test command from 2019.3.2 to 2019.3.1, only diference is filter flag:
2019.3.1: /var/www/html/test/autoload.php --configuration /var/www/html/phpunit.xml Rest\\Test\\UserTest
2019.3.2: /var/www/html/test/autoload.php --configuration /var/www/html/phpunit.xml --filter Rest\\\\Test\\\\UserTest
Please check this ticket:
https://youtrack.jetbrains.com/issue/WI-50894
At this moment, downgrade to 2019.3.1 can help.
We have raised the priority of this issue.