chiefmyron/phpunit-test-workbench

Refactor test file parsing to find additional test script edge cases

Closed this issue · 0 comments

Running the current version of the extension over the Laravel test suite, approximately 1000 additional test script results were reported by the PHPUnit command line summary vs. what was shown in the Test Explorer.

There are multiple root causes:

  • Some test classes are defined in namespaces that don't conform to PSR-4:
    image

  • Some test files have multiple class definitions within a single file