pest-intellij

The official Pest Plugin for PhpStorm / IntelliJ IDEA

MIT License

Stars
196
Committers
24

Bot releases are visible (Hide)

pest-intellij - v0.4.1

Published by github-actions[bot] about 4 years ago

Added

  • Added support for auto-generated it test names. (#72)

Changed

  • Made the regex tightly bound and reused the same regex in rerun action. (#72)
pest-intellij - v0.4.0

Published by github-actions[bot] about 4 years ago

Added

  • Added support for showing pest version (#52)
  • Type provider for Pest test functions (#48)
  • Added support for navigation between tests and test subject (#53)
  • Added error reporting to GitHub issues (#55)
  • Added inspection for duplicate test names in same file. (#56)
  • Added completions for static and protected $this methods. (#66)
  • Added completions $this fields declared in beforeEach functions. (#66)
  • Added pcov coverage engine support (#64)

Fixed

  • Fixed duplicate test name error when no test name is given yet. (#61)
  • Fixed finding tests with namespace at the top. (#65)
  • Fixed allow location to be null in location provider. (#68)
  • Fixed rerunning tests with namespaces (#69)
pest-intellij - v0.4.0-alpha.7

Published by github-actions[bot] about 4 years ago

Added

  • Added support for showing pest version (#52)
  • Type provider for Pest test functions (#48)
  • Added support for navigation between tests and test subject (#53)
  • Added error reporting to GitHub issues (#55)
  • Added inspection for duplicate test names in same file. (#56)
  • Added completions for static and protected $this methods. (#66)
  • Added completions $this fields declared in beforeEach functions. (#66)

Changed

Deprecated

Removed

Fixed

  • Fixed duplicate test name error when no test name is given yet. (#61)
  • Fixed finding tests with namespace at the top. (#65)
  • Fixed allow location to be null in location provider. (#68)
  • Fixed rerunning tests with namespaces (#69)

Security

pest-intellij - v0.4.0-alpha.6

Published by github-actions[bot] about 4 years ago

Added

  • Added support for showing pest version (#52)
  • Type provider for Pest test functions (#48)
  • Added support for navigation between tests and test subject (#53)
  • Added error reporting to GitHub issues (#55)
  • Added inspection for duplicate test names in same file. (#56)
  • Added completions for static and protected $this methods. (#66)
  • Added completions $this fields declared in beforeEach functions. (#66)

Changed

Deprecated

Removed

Fixed

  • Fixed duplicate test name error when no test name is given yet. (#61)
  • Fixed finding tests with namespace at the top. (#65)
  • Fixed allow location to be null in location provider. (#68)

Security

pest-intellij - v0.4.0-alpha.5

Published by github-actions[bot] about 4 years ago

Added

  • Added support for showing pest version (#52)
  • Type provider for Pest test functions (#48)
  • Added support for navigation between tests and test subject (#53)
  • Added error reporting to GitHub issues (#55)
  • Added inspection for duplicate test names in same file. (#56)
  • Added completions for static and protected $this methods. (#66)
  • Added completions $this fields declared in beforeEach functions. (#66)

Changed

Deprecated

Removed

Fixed

  • Fixed duplicate test name error when no test name is given yet. (#61)
  • Fixed finding tests with namespace at the top. (#65)

Security

pest-intellij - v0.4.0-alpha.4

Published by github-actions[bot] about 4 years ago

Added

  • Added support for showing pest version (#52)
  • Type provider for Pest test functions (#48)
  • Added support for navigation between tests and test subject (#53)
  • Added error reporting to GitHub issues (#55)
  • Added inspection for duplicate test names in same file. (#56)

Changed

Deprecated

Removed

Fixed

  • Fixed duplicate test name error when no test name is given yet. (#61)
  • Fixed finding tests with namespace at the top. (#65)

Security

pest-intellij - v0.4.0-alpha.3

Published by github-actions[bot] about 4 years ago

Added

  • Added support for showing pest version (#52)
  • Type provider for Pest test functions (#48)
  • Added support for navigation between tests and test subject (#53)
  • Added error reporting to GitHub issues (#55)
  • Added inspection for duplicate test names in same file. (#56)
pest-intellij - v0.4.0-alpha.2

Published by github-actions[bot] about 4 years ago

Added

  • Added support for showing pest version (#52)
  • Type provider for Pest test functions (#48)
  • Added support for navigation between tests and test subject (#53)
  • Added error reporting to GitHub issues (#55)
pest-intellij - v0.3.3

Published by github-actions[bot] about 4 years ago

Fixed

  • Fixed running with dataset (#47)
pest-intellij - v0.3.2

Published by github-actions[bot] about 4 years ago

Added

  • Added dark/light mode icons (#45)
pest-intellij - v0.3.1

Published by github-actions[bot] about 4 years ago

Changed

  • Change the name of the plugin
pest-intellij - v0.3.0

Published by github-actions[bot] about 4 years ago

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)
  • 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)
pest-intellij - v0.2.1-alpha.4

Published by github-actions[bot] about 4 years ago

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)
pest-intellij - v0.2.1-alpha.3

Published by github-actions[bot] about 4 years ago

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)
pest-intellij - v0.2.1-alpha.2

Published by github-actions[bot] over 4 years ago

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
pest-intellij - v0.2.1-alpha.1

Published by github-actions[bot] over 4 years ago

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)
pest-intellij - v0.2.0

Published by github-actions[bot] over 4 years ago

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)
pest-intellij - v0.1.2-alpha.3

Published by github-actions[bot] over 4 years ago

Added

  • Basic autocompletion for $this for PhpUnit TestCase base class (#11)
  • Line markers now works, but runs the whole file and not the single test. (#17)
  • Add running support with debugger (#19)
pest-intellij - v0.1.2-alpha.2

Published by github-actions[bot] over 4 years ago

Added

  • Basic autocompletion for $this for PhpUnit TestCase base class (#11)
  • Line markers now works, but runs the whole file and not the single test. (#17)
pest-intellij - v0.1.2-alpha.1

Published by github-actions[bot] over 4 years ago

Added

  • Basic autocompletion for $this for PhpUnit TestCase base class (#11)