Skip to content

Latest commit

History

History
94 lines (70 loc) 路 3.19 KB

CHANGELOG.md

File metadata and controls

94 lines (70 loc) 路 3.19 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]

Fix

  • Usage with PHPUnit 10.1.2

Fix

  • Usage with PHPUnit 10.1.2

Feat

  • Support for PHPUnit test runner deprecations

Feat

  • 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