pest-intellij

The official Pest Plugin for PhpStorm / IntelliJ IDEA

MIT License

Stars
196
Committers
24

Bot releases are visible (Hide)

pest-intellij - v1.2.2-EAP.5

Published by github-actions[bot] almost 3 years ago

Fixed

  • Hide snapshot icon for import statements
  • Fix ArrayIndex error from ExpectationFileService

Added

  • Add support for in calls
  • Added support for running key value datasets

Changed

  • Changed root path for regex to be based of vendor dir location instead of working directory
pest-intellij - v1.2.2-EAP.4

Published by github-actions[bot] almost 3 years ago

Fixed

  • Hide snapshot icon for import statements
  • Fix ArrayIndex error from ExpectationFileService

Added

  • Add support for in calls

Changed

  • Changed root path for regex to be based of vendor dir location instead of working directory
pest-intellij - v1.2.2-EAP.3

Published by github-actions[bot] almost 3 years ago

Fixed

  • Hide snapshot icon for import statements
  • Fix ArrayIndex error from ExpectationFileService

Added

  • Add support for in calls
pest-intellij - v1.2.1

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

Fixed

  • Moved file generation into smart invocation
pest-intellij - v1.2.0

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

Added

  • Added gutter icon for snapshots
  • Added goto snapshot file

Fixed

  • Rewrote the custom expectation system to use a more robust system
  • Updated custom expectation indexer to v2

Changed

  • Removed decorator in favor of implementing interface
pest-intellij - v1.1.0

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

Fixed

  • Invoke the FileListener PSI part later (should fix indexing issues)
  • Fixed stub issues on PestIconProvider by wrapping runReadAction
  • Fixed $this->field not working when namespace exist
  • Fixed Concurrent modification errors on expectation file service
  • Fixed file generation triggering on projects without pest

Added

  • Added new context type for the root of a pest file
  • Added post fix template for it tests
  • Added live template for it test
  • Added live template for test test
  • Added light icon for pest.php file
pest-intellij - v1.0.5

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

Changed

  • Bumped min IntelliJ version to 2021.1
pest-intellij - v1.0.4

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

Added

  • Added Suppress inspection for $this->field
pest-intellij - v1.0.3

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

Fixed

  • Fixed php type resolving during event dispatching on file listener
  • Fixed PSI and index mismatch on file listener
pest-intellij - v1.0.2

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

Fixed

  • Fixed indexes being out of date in file listener
pest-intellij - v1.0.1

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

Fixed

  • Removed usage of globalType (needed for 2020.3 support)
pest-intellij - v1.0.0

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

Added

  • Added structure support for tests
  • Added autocompletion for custom expectations
  • Added pest icon for the Pest.php config file
  • Added symbol contributor for pest tests

Fixed

  • Fixed a read only permission bug when used with Code with me
  • Fixed wrong namespace in custom expectations file generation
pest-intellij - v0.4.3

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

Added

  • Added IntelliJ version to bug report
  • Added new Dataset icons (Thanks @caneco!)
  • Added test state icons
  • Added run all test in file icon

Fixed

  • Fix support for 2021.1
  • Fix running tests with circumflex (^)

Changed

  • Bumped min IntelliJ version t0 2020.3
pest-intellij - v0.4.3-EAP.5

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

Added

  • Added IntelliJ version to bug report
  • Added new Dataset icons (Thanks @caneco!)
  • Added test state icons
  • Added run all test in file icon

Fixed

  • Fix support for 2021.1
  • Fix running tests with circumflex (^)

Changed

  • Bumped min IntelliJ version t0 2020.3
pest-intellij - v0.4.3-EAP.4

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

Added

  • Added IntelliJ version to bug report
  • Added new Dataset icons (Thanks @caneco!)
  • Added test state icons

Fixed

  • Fix support for 2021.1
  • Fix running tests with circumflex (^)

Changed

  • Bumped min IntelliJ version t0 2020.3
pest-intellij - v0.4.3-EAP.3

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

Added

  • Added IntelliJ version to bug report
  • Added new Dataset icons (not used yet)
  • Added test state icons

Fixed

  • Fix support for 2021.1
  • Fix running tests with circumflex (^)

Changed

  • Bumped min IntelliJ version t0 2020.3
pest-intellij - v0.4.3-EAP.1

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

Fixed

  • Fix support for 2021.1

Changed

  • Bumped min IntelliJ version t0 2020.3
pest-intellij - v0.4.2

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

Added

  • Added path mapping support (#77)

Changed

  • Bumped min plugin version to 2020.2
  • Bumped Java version to 11

Removed

  • Disabled version checking (did not work with path mapping) (#77)

Fixed

  • Escape parenthesis in regex for single test (#80)
  • Suppressed expression result unused inspection when on Pest test function element. (#84)
pest-intellij - v0.4.2-alpha.2

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

Added

  • Added path mapping support (#77)

Changed

  • Bumped min plugin version to 2020.2
  • Bumped Java version to 11

Removed

  • Disabled version checking (did not work with path mapping) (#77)

Fixed

  • Escape parenthesis in regex for single test (#80)
pest-intellij - v0.4.2-alpha.1

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

Added

  • Added path mapping support (#77)

Removed

  • Disabled version checking (did not work with path mapping) (#77)

Fixed