Skip to content

v0.2.1-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 07:54
b4a7aa9

Added

  • Basic autocompletion for $this for PhpUnit TestCase base class (#11)
  • Line markers now works, for the whole file and the single test. (#17, #24)
  • Add running support with debugger (#19)
  • $this->field type support for fields declared in beforeEach and beforeAll functions (#22)
  • Run tests scoped based on the cursor (#24, #26)

Fixed

  • Plugin require restart as PhpTestFrameworkType does not support dynamic plugins
  • Line markers reported false positives with method calls(#31)