Releases: phpstan/phpstan-phpunit
Releases · phpstan/phpstan-phpunit
2.0.8
- 2fe9fbe - Fix AssertSameWithCountRule for recursive count()
- d935297 - Fix "Unexpected input(s) 'extensions', valid inputs are ['php-version', 'php-extensions', 'build-infection-path']"
- 8532ceb - Make AssertSameNullExpectedRule auto-fixable
- a4abfc1 - Use TypeSystem in AssertSameBooleanExpectedRule
- 36cb9a6 - Make AssertSameBooleanExpectedRule auto-fixable
- 450bfc0 - Added assertArrayHasKey() expectations
- 033f690 - PHPUnit 9.x/10.x does not at all support named arguments from data-providers
- 758d343 - Refactor PHPUnitVersionDetector to ease different major version checks
- dd87f2e - Assert*Rules: Do cheap checks first (#247)
- 5c89d74 - Ignore missingType.iterableValue for data-providers
- 1fbc321 - move analyse-paths into phpstan.neon
- 11f3ada - Fix mutation testing on dev branch (#244)
- 53e33fc - Setup mutation testing
- 12676a7 - One more test
- c81e395 - Fix memory consumption in DataProviderDataRule
- 61860a6 - Implement DataProviderDataRule
- 39950c7 - Preparational refactoring for DataProviderDataRule
- c54a269 - Narrow too wide return type
- 9ec3fa9 - Modernize code examples in README.md
- b1df1f5 - chore(deps): update actions/checkout action to v5
- 1d7eb7e - chore(deps): update eomm/why-don-t-you-tweet action to v2
2.0.7
2.0.6
2.0.5
- 4d2b44b - InvocationMocker class no longer exists
- 1f36fc5 - Use DataProvider attribute
- bf031ae - Test PHPUnit v12
- 40fbbc1 - chore(deps): update metcalfc/changelog-generator action to v4.5.0
- 1a07095 - Add non regression test for #222
- eb88670 - Always install nikic/php-parser v5
- 19f8059 - Do not generate code coverage
- 630aa99 - Remove deprecated assert
- 342b6c1 - Data providers must be static
- 846d161 - Test multiple PHPUnit versions
- 855b82c - Remove config.platform
- 0f857bf - Introduce phpstan-deprecation-rules
- 17bbfd3 - Update LICENSE
2.0.4
2.0.3
2.0.2
- 2cedfb7 - Merge remote-tracking branch 'origin/1.4.x' into 2.0.x
- 10880da - Implement AssertEqualsIsDiscouragedRule (#216)
- 4b6ad7f - Fix
- bec49ea - Merge branch '1.4.x' into 2.0.x
- 3cc8554 - Fixes after PHPStan update
- 09e2d3b - Uncover everything behind the bleedingEdge flag
- 4d861e0 - Fix after TypeSpecifier BC break
- 3faa605 - Update build-cs
- 953195d - Stop testing PHP 7.2 and 7.3
- 7f1457f - Open 2.0.x
1.4.2
- 72a6721 - Use more specific node-type
- 4b6ad7f - Fix
- bec49ea - Merge branch '1.4.x' into 2.0.x
- 3cc8554 - Fixes after PHPStan update
- 09e2d3b - Uncover everything behind the bleedingEdge flag
- 4d861e0 - Fix after TypeSpecifier BC break
- 3faa605 - Update build-cs
- 953195d - Stop testing PHP 7.2 and 7.3
- 7f1457f - Open 2.0.x
2.0.1
1.4.1
- 11d4235 - fix: Make sure Assert::assertIsList correctly asserts an array as list
- 3cc8554 - Fixes after PHPStan update
- 09e2d3b - Uncover everything behind the bleedingEdge flag
- 4d861e0 - Fix after TypeSpecifier BC break
- 3faa605 - Update build-cs
- 953195d - Stop testing PHP 7.2 and 7.3
- 7f1457f - Open 2.0.x