Releases: phpstan/phpstan-phpunit
Releases · phpstan/phpstan-phpunit
2.0.0
11 Nov 07:43
Compare
Sorry, something went wrong.
No results found
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
146d9c3 - Test newer PHP versions
bb6bec0 - Pin build-cs
1.4.0
13 May 06:09
Compare
Sorry, something went wrong.
No results found
f3ea021 - Update lock-closed-issues.yml
f93aec7 - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
77bdf96 - Update metcalfc/changelog-generator action to v4.3.1
6a1df9a - Update cbrgm/mastodon-github-action action to v2
e95a58b - Update metcalfc/changelog-generator action to v4.2.0
77345df - Update dessant/lock-threads action to v5
99bb21e - Merge branch '1.3.x' into 1.4.x
ac8ea99 - Update actions/checkout action to v4
529f300 - Merge branch '1.3.x' into 1.4.x
62e883e - Open 1.4.x-dev
97ec1d3 - Merge branch '1.3.x' into 1.4.x
4d99a7d - Require PHPStan 1.11
908e232 - Error identifiers
1.3.16
23 Feb 09:53
Compare
Sorry, something went wrong.
No results found
d5242a5 - Narrow type on assertCount and assertNotCount
1.3.15
09 Oct 20:58
Compare
Sorry, something went wrong.
No results found
70ecacc - AssertTypeSpecifyingExtensionHelper: rootExpr with unknown variable to avoid always-true false positives (#197 )
1.3.14
25 Aug 09:48
Compare
Sorry, something went wrong.
No results found
614acc1 - Add support for assertObjectHasProperty
6536e66 - Open 1.3.x-dev
e468b76 - Add support for assertContains and assertContainsEquals
2742e1c - Add partial support for assertContainsOnlyInstancesOf
f2118db - Improve support of assertArrayHasKey()
abc6e12 - Update phpstan/phpstan-strict-rules
d96b5a4 - Modernize rules with RuleErrorBuilder
1.3.13
28 May 15:47
Compare
Sorry, something went wrong.
No results found
d8bdab0 - Microoptimize AssertRuleHelper.
9e928dd - Next-gen coding standard workflow
1.3.12
23 May 12:00
Compare
Sorry, something went wrong.
No results found
c442468 - Fix assertInstanceOf handler
23009eb - Add regression test for #185
aaf5fe5 - Update dependency slevomat/coding-standard to v8.12.0
9975b98 - Update dependency slevomat/coding-standard to v8.11.1
c006a38 - Update dependency slevomat/coding-standard to v8.11.0
2365fd0 - Update dependency slevomat/coding-standard to v8.10.0
4ae9e7c - Update build-cs
8b82ef2 - Update dependency slevomat/coding-standard to v8.9.0
1.3.11
25 Mar 19:43
Compare
Sorry, something went wrong.
No results found
9e1b9de - Warn when trying to cover an interface.
ceea85e - Update PHPCS
f659243 - Update metcalfc/changelog-generator action to v4.1.0
1.3.10
02 Mar 10:27
Compare
Sorry, something went wrong.
No results found
4cc5c6c - MockMethodCallRule - do not report for empty $mockClasses
1.3.9
28 Feb 13:05
Compare
Sorry, something went wrong.
No results found
34ee324 - Fixed false positive when covering a global function.