vscode-phpunit icon indicating copy to clipboard operation
vscode-phpunit copied to clipboard

Test Explorer doesn't show all tests in suite.

Open itaibh opened this issue 6 years ago • 1 comments
trafficstars

I have a test suite that uses inheritance, so I have an abstract base class (TestSetup) that extends TestCase, then I have another abstract class that implements the actual test methods (let's call it TestsImpl) and extends TestSetup, then I have concrete classes that each provides a different configuration to TestImpl.

So you can think of the hierarchy as TestImplConfA > *TestImpl > *TestSetup > TestCase

While PHPUnit runs all these tests, the test explorer doesn't show them.

The test methods are marked with @test comment attribute.

itaibh avatar Nov 01 '19 14:11 itaibh

I'm rewriting this project now, it will fix this issue at next version

recca0120 avatar Nov 22 '19 14:11 recca0120

try version 3.0

recca0120 avatar Dec 08 '22 12:12 recca0120