Releases: pestphp/pest
Releases · pestphp/pest
v4.5.0
Announcement: x.com/enunomaduro/status/2042697927483609449
- feat:
flakyand--flakyby @nunomaduro - feat:
toBeCasedCorrectlyarch test assertion by @SimonBroekaert and @nunomaduro in #1455 - feat: add '--only-covered' option to '--coverage' by @SimonBroekaert in #1626
- fix: typo in
Pest.phpin stubs by @orphanedrecord in #1653 - fix:
toUseTraitto detect inherited and nested traits by @yondifon in #1515 - fix: missing classes before
toExtendonlaravelpreset by @treyssatvincent in #1569 - fix: add "Rules" to
laravelpreset by @bibrokhim in #1580 - fix: enhance support for
--paralleland--teamcityarguments by restoring--teamcityfor ParaTest and fixing teamcity output concurrency by @smirok in #1615 - fix: nested dataset discovery and parallel invalid-dataset reporting by @stsepelin in #1655
- fix: preserve unicode characters in filenames for
--filtermatching by @Vmadmax in #1624 - fix: dataset named parameters by @dbpolito in #1634
- fix: parameter closure this type annotations in functions by @DevDavido in #1628
- fix: dataset inheritance with method chaining (beforeEach()->with(), describe()->with()) by @louisbels in #1565
v4.4.6
- chore: stores statically the test result for
pao
v4.4.5
- style changes
v4.4.4
- style changes
v4.4.3
chore: bumps phpunit
v4.4.2
fix: App\Http not being allowed to be used on laravel providers (arch testing)
fix: styling of stubs
fix: test dir option when used on parallel
v3.8.6
- fix: adjust styling with the latest pint version
v4.4.1
- chore: missing tag
v4.4.0
- feat: symfony 8 (and its components) support
v4.3.2
- fix: security issue found in PHPUnit / GHSA-vvj3-c3rp-c85p
- fix: closure this for extend
- fix:
Str::beforeLastnot using multibyte string function ofsubstr