Skip to content

Releases: phpstan/phpstan-phpunit

1.3.8

Choose a tag to compare

@phpstan-bot phpstan-bot released this 25 Feb 15:15
  • 4a19a3c - Add tip to error when a not fully qualified name is seen in @Covers annotation.

1.3.7

Choose a tag to compare

@phpstan-bot phpstan-bot released this 21 Feb 18:43
7e43c8f
  • 7e43c8f - Fix handling assertInstanceOf

1.3.6

Choose a tag to compare

@phpstan-bot phpstan-bot released this 21 Feb 16:58
4b17a23

1.3.5

Choose a tag to compare

@phpstan-bot phpstan-bot released this 21 Feb 16:40
abc2da9

1.3.4

Choose a tag to compare

@phpstan-bot phpstan-bot released this 09 Feb 08:06
1.3.4
d77af96
  • d77af96 - Fix empty @Covers annotation causing a crash.
  • bf47c49 - Ease the usage of AssertRuleHelper::isMethodOrStaticCallOnAssert()

1.3.3

Choose a tag to compare

@phpstan-bot phpstan-bot released this 21 Dec 15:26
  • 54a24bd - Add support for data provider attributes
  • 7f7b59b - Update release-toot.yml
  • 64f4c56 - Create release-toot.yml

1.3.2

Choose a tag to compare

@phpstan-bot phpstan-bot released this 13 Dec 15:10
cd9c693
  • cd9c693 - DataProviderDeclarationRule - report non-static dataProvider only with PHPUnit 10+

1.3.1

Choose a tag to compare

@phpstan-bot phpstan-bot released this 13 Dec 10:32
b9827cf
  • b9827cf - Discover data providers from other classes
  • 008f5da - Update .gitattributes
  • bc0a290 - Do not use "strtolower" when there is a dedicated method
  • f9bfc19 - Report data providers deprecated usage

1.3.0

Choose a tag to compare

@phpstan-bot phpstan-bot released this 07 Dec 15:49
4c06b7e
  • 4c06b7e - Add rule to check @dataProvider
  • 8313d41 - Update dessant/lock-threads action to v4
  • a6aebda - Update metcalfc/changelog-generator action to v4
  • 2de71f9 - Revert "Do not require PHPStan 1.9.0 yet"

1.2.2

Choose a tag to compare

@phpstan-bot phpstan-bot released this 28 Oct 10:35
  • dea1f87 - Be explicit with covers messaging when using @coversDefaultClass and @Covers.
  • dc08630 - Add test case for class or function scenario.
  • c86e460 - Fix covers rule for functions.
  • e431a6c - Do not require PHPStan 1.9.0 yet
  • 273ca67 - Revert "Do not require PHPStan 1.9.0 yet"