Skip to content

Releases: shipmonk-rnd/phpstan-dev

0.1.4

12 Dec 14:36
d839bcc

Choose a tag to compare

Improvements:

  • RuleTestCase: improve main assert error message (#11)

0.1.3

05 Dec 07:14
d5b110c

Choose a tag to compare

Fixes:

  • Autofix can remove invalid errors and handles multierrors (#10)

0.1.2

06 Sep 21:58
a411e26

Choose a tag to compare

Fixes

  • Fix path normalization on Windows (by @vrana in #3)

Full Changelog: 0.1.1...0.1.2

0.1.1

25 Aug 12:24
ec564f6

Choose a tag to compare

Fixes:

  • Fix asserting errors in traits (#2)

0.1.0

06 Aug 08:29
d2d02fb

Choose a tag to compare

Initial release

  • Add powerful \ShipMonk\PHPStanDev\RuleTestCase supporting:

    • Inplace errors asserts via commets in test files: forbidden(); // error: Asserted error message
    • Autofix mode to adjust errors asserts $this->analyzeFiles(autofix: true)