Skip to content

Latest commit

 

History

History
112 lines (84 loc) · 3.85 KB

CHANGELOG.md

File metadata and controls

112 lines (84 loc) · 3.85 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • dontReportDuplicates support to exception handler in Laravel

Fixed

  • reportable return type to exception handler in Laravel
  • renderable return type to exception handler in Laravel

Added

  • reportable support to exception handler in Laravel
  • renderable support to exception handler in Laravel

Added

  • Usage with PHPUnit 10.2.2
  • Support for unexpected output

Fix

  • Usage with PHPUnit 10.1.2

Fix

  • Usage with PHPUnit 10.1.2

Added

  • Support for PHPUnit test runner deprecations

Added

  • Allows exceptions to be renderable on editor

Chore

  • Adds method specific for Pest

Fixed

  • Usage of result on Pest

Fixed

  • Bad regex on previous improved Laravel stacktrace

Added

  • Improved Laravel stacktrace

Chore

  • Bumps dependencies

Added

  • --without-databases option on the Laravel test Artisan command

Fixed

  • Displaying of uncovered lines

Fixed

  • PHPUnit >10.0.16 support

Added

  • Support for displayDetailsOnIncompleteTests, displayDetailsOnSkippedTests, displayDetailsOnTestsThatTriggerDeprecations, displayDetailsOnTestsThatTriggerErrors, displayDetailsOnTestsThatTriggerNotices, displayDetailsOnTestsThatTriggerWarnings
  • Better coverage output for TestCommand

Fixed

  • Parallel mode when cache directory is not available

Added

  • Support for better exception handling on pestphp/pest exceptions

Fixed

  • Requirement of sebastian/environment dependency

Fixed

  • Colors not being displayed on Windows

Fixed

  • Source of file on Windows

Added

  • Better todo output

Changed

  • Bumps dependencies

Added

  • PHPUnit 10.x and Pest 2.x support
  • --compact printer
  • --profile option to display top ten slow tests

Removed

  • PHPUnit 9.x and Pest 1.x support