pest-intellij

The official Pest Plugin for PhpStorm / IntelliJ IDEA

MIT License

Stars
196
Committers
24

Bot releases are visible (Hide)

pest-intellij - v1.12.0 Latest Release

Published by github-actions[bot] 12 months ago

Added

  • Added proper resolve for custom expectations
  • Added proper rename for custom expectations
  • Added migration startup activity to delete redundant generated Expectation.php file

Fixed

  • Fixed infinite "Closing project..." dialog issue on project close

Changed

  • Reworked custom expectations engine using Symbol API
  • Removed Expectation.php generation
pest-intellij - v1.11.0

Published by github-actions[bot] about 1 year ago

Added

  • Added support for running tests in describe block (#498)

Fixed

  • Fixed property declared dynamically showing warning in pest test cases
  • Fixed goto and rerun tests not working on new pest versions
pest-intellij - v1.10.1

Published by github-actions[bot] over 1 year ago

Changed

  • Changed pest file creation to two actions (tests and dataset)

Added

  • Save test flavour preferences when creating a new test
pest-intellij - v1.10.0

Published by github-actions[bot] over 1 year ago

Added

  • Added pest file creation support

Fixed

  • Remove test sources filter lookup, as it breaks others plugins
pest-intellij - v1.10.0-EAP.1

Published by github-actions[bot] over 1 year ago

Added

  • Added pest file creation support
pest-intellij - v1.9.3

Published by github-actions[bot] over 1 year ago

Fixed

  • Fixed file icon missing if all tests has property calls
  • Fixed gutter icon not updating state correctly
  • Fixed test names with [ and ] not being matched correctly
  • Fixed test name casing inspection not working correctly with it tests
pest-intellij - v1.9.3-EAP.2

Published by github-actions[bot] over 1 year ago

Fixed

  • Fixed file icon missing if all tests has property calls
  • Fixed gutter icon not updating state correctly
  • Fixed test names with [ and ] not being matched correctly
pest-intellij - v1.9.2

Published by github-actions[bot] over 1 year ago

Fixed

  • Fixed "Preferred Coverage Engine" not being saved
pest-intellij - v1.9.1

Published by github-actions[bot] over 1 year ago

Fixed

  • Fixed ComposerLibraryManager being nullable now.
  • Fixed running tests with filenames containing _.

Changed

  • Changed logic for base path to be from composer.json file.
pest-intellij - v1.9.1-EAP.3

Published by github-actions[bot] over 1 year ago

Fixed

  • Fixed ComposerLibraryManager being nullable now.
  • Fixed running tests with filenames containing _.

Changed

  • Changed logic for base path to be from composer.json file.
pest-intellij - v1.9.1-EAP.2

Published by github-actions[bot] over 1 year ago

pest-intellij - v1.9.1-EAP.1

Published by github-actions[bot] over 1 year ago

Fixed

  • Fixed running tests with filenames containing _.
pest-intellij - v1.9.0

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

Added

  • Added support for running specific tests on Pest 2.0
  • Added support for running todo's as tests

Fixed

  • Fixed running tests with ? in the name
pest-intellij - v1.8.3

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

Added

  • Added support for test names with string concat statements
  • Added stacktrace folding for Pest 2.0 output

Changed

  • Removed the "test started at" text on the test console output

Fixed

  • Fixed regex to match tests that have both named and unnamed datasets
pest-intellij - v1.8.3-EAP.3

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

Added

  • Added support for test names with string concat statements
  • Added stacktrace folding for Pest 2.0 output

Changed

  • Removed the "test started at" text on the test console output
pest-intellij - v1.8.1

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

Fixed

  • Fixed originalFile in iconProvider sometimes being null
  • Fixed DuplicateCustomExpectation testing crashing on unfinished inspections
pest-intellij - v1.8.0

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

Added

  • Added support for using goto location when using remote interpreters

Fixed

  • Fixed nested readAction calls in Icon Provider

Changed

  • Changed Icon Provider to use indexes for better performance
pest-intellij - v1.8.0-EAP.1

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

Added

  • Added support for using goto location when using remote interpreters

Fixed

  • Fixed nested readAction calls in Icon Provider

Changed

  • Changed Icon Provider to use indexes for better performance
pest-intellij - v1.7.1-EAP.2

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

Fixed

  • Fixed nested readAction calls in Icon Provider

Changed

  • Changed Icon Provider to use indexes for better performance
pest-intellij - v1.7.0

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

Added

  • Added uses->in folder reference
  • Added registry entry for disabling expectation file generation

Changed

  • Changed goto and completion contributor to reference provider
  • Changed icons to use build-in dark mode switching

Fixed

  • Fixed dataset reference error when no dataset provided yet.