Skip to content

Releases: phpstan/phpstan-phpunit

1.4.0

13 May 06:09
f3ea021
Compare
Choose a tag to compare
  • 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
d5242a5
Compare
Choose a tag to compare
  • d5242a5 - Narrow type on assertCount and assertNotCount

1.3.15

09 Oct 20:58
70ecacc
Compare
Choose a tag to compare
  • 70ecacc - AssertTypeSpecifyingExtensionHelper: rootExpr with unknown variable to avoid always-true false positives (#197)

1.3.14

25 Aug 09:48
614acc1
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • d8bdab0 - Microoptimize AssertRuleHelper.
  • 9e928dd - Next-gen coding standard workflow

1.3.12

23 May 12:00
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
4cc5c6c
Compare
Choose a tag to compare
  • 4cc5c6c - MockMethodCallRule - do not report for empty $mockClasses

1.3.9

28 Feb 13:05
Compare
Choose a tag to compare
  • 34ee324 - Fixed false positive when covering a global function.

1.3.8

25 Feb 15:15
Compare
Choose a tag to compare
  • 4a19a3c - Add tip to error when a not fully qualified name is seen in @Covers annotation.