Tests status not updating in tests explorer
Samuel-VandePut opened this issue · 3 comments
Samuel-VandePut commented
recca0120 commented
could you execute phpunit --teamcity
and paste output here?
Josef37 commented
Had a similar issue with test results sometimes showing and sometimes not...
Took me way to long to figure out 🤦
Solution ✨
Use namespaces in test files.
Explanation attempt
I hadn't used namespaces in my test files.
In the test view they had some other namespace I used somewhere else.
I assume the test extension now can't match the test result to the actual file. 🤔
recca0120 commented
try version 3.0.33, this extension can parse test cases without namespace