Skip to content

v0.10.52

Choose a tag to compare

@roxblnfk roxblnfk released this 25 Sep 20:50
a0d6a20

0.10.52 (2026-09-25)

Features

  • skills: import names in the generated Rector migration config (38d3df0)

Bug Fixes

  • bench: keep the benchmark result when the verdict fails (#357) (949a6ed)
  • data: resolve a DataProvider method against the class the test runs in (2886af7)
  • json: address a benchmark data set by its identity FQN (ebb2358)
  • json: address a failed data set by its identity FQN (273a7f7)
  • json: list aborted tests under failures (d408e67)
  • json: list each failed data set of a data-driven test (c48aacf)
  • terminal: report a data-driven test that broke before its first data set (d408e67)
  • testing: name the missing test instead of calling it in TestRunner::runTest() (f431c23)

Documentation

  • skills: cover inherited tests, trait aliases and the test count in the migration skill (38d3df0)