Skip to content

Latest commit

 

History

History
54 lines (24 loc) · 2.14 KB

File metadata and controls

54 lines (24 loc) · 2.14 KB

Changelog

0.1.6 (2026-07-01)

Features

  • add Rector bridge for Testo/PHPUnit/Pest test conversion (#248) (a1953b7)

0.1.5 (2026-06-29)

Features

  • filter: support test-type exclusion in --type (#246) (99b0c1e)

Bug Fixes

  • filter: declare test type on the #[Test] locator (99b0c1e)
  • infection: never run benches under mutation testing (99b0c1e)

Documentation

  • skills: document --type exclusion (99b0c1e)

0.1.4 (2026-06-07)

Code Refactoring

  • messenger: Move messenger into Core (0ac2728)

0.1.3 (2026-06-05)

Code Refactoring

  • testing: update TestRunner namespace from Traits to Helper (14ebce3)

0.1.2 (2026-05-08)

Features

  • test: allow #[Test] attribute on private methods (86a1dfd)

0.1.1 (2026-05-02)

Code Refactoring

  • test: Move Test plugin in a separated repository (21033ca)