Releases: JetBrains/pest-intellij
Releases · JetBrains/pest-intellij
v0.3.1
Changed
- Change the name of the plugin
v0.3.0
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 inbeforeEach
andbeforeAll
functions (#22)- Run tests scoped based on the cursor (#24, #26)
- Added support for rerun tests when using new pest version (#39)
- Added coverage support with clover output (#39)
Changed
- Migrated all Java classes to Kotlin
Fixed
- Plugin require restart as PhpTestFrameworkType does not support dynamic plugins
- Line markers reported false positives with method calls(#31)
v0.2.1-alpha.4
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 inbeforeEach
andbeforeAll
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)
v0.2.1-alpha.3
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 inbeforeEach
andbeforeAll
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)
v0.2.1-alpha.2
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 inbeforeEach
andbeforeAll
functions (#22)- Run tests scoped based on the cursor (#24, #26)
Fixed
- Plugin require restart as PhpTestFrameworkType does not support dynamic plugins
v0.2.1-alpha.1
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 inbeforeEach
andbeforeAll
functions (#22)- Run tests scoped based on the cursor (#24, #26)
v0.2.0
v0.1.2-alpha.3
v0.1.2-alpha.2
v0.1.2-alpha.1
Added
- Basic autocompletion for
$this
for PhpUnit TestCase base class (#11)