Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [0.10.46](https://github.com/php-testo/testo/compare/0.10.45...0.10.46) (2026-09-07)


### Features

* **core:** Add SuiteLocatorInterceptor pipeline ([#321](https://github.com/php-testo/testo/issues/321)) ([596f5f2](https://github.com/php-testo/testo/commit/596f5f2c1cea45137ab59950c0c7488cca56d108))


### Bug Fixes

* **filter:** match --path by containment instead of a prefix glob ([596f5f2](https://github.com/php-testo/testo/commit/596f5f2c1cea45137ab59950c0c7488cca56d108))
* **output:** keep nested runs' terminal output off the --json/--teamcity stdout ([e27baaa](https://github.com/php-testo/testo/commit/e27baaa6918ea9e9ee419cf9580a51751a4f5c08))
* **teamcity:** emit `testStarted` when the test body begins ([#320](https://github.com/php-testo/testo/issues/320)) ([e27baaa](https://github.com/php-testo/testo/commit/e27baaa6918ea9e9ee419cf9580a51751a4f5c08))


### Performance Improvements

* **core:** Optimize TestDefinitions ([#318](https://github.com/php-testo/testo/issues/318)) ([e320409](https://github.com/php-testo/testo/commit/e32040931f8cd655d0cf7f560c53bb611edb93be))


### Code Refactoring

* **core:** promote prefilled case members in the finders instead of scanning methods ([e320409](https://github.com/php-testo/testo/commit/e32040931f8cd655d0cf7f560c53bb611edb93be))
* Require `internal/container` instead of bundling it ([#325](https://github.com/php-testo/testo/issues/325)) ([f041ebc](https://github.com/php-testo/testo/commit/f041ebcd7fe35deef8c2627da2362e129d154fab))

## [0.10.45](https://github.com/php-testo/testo/compare/0.10.44...0.10.45) (2026-08-29)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[![Documentation](https://img.shields.io/badge/Documentation-blue?style=for-the-badge&logo=gitbook&logoColor=white)](https://php-testo.github.io)
[![Support on Boosty](https://img.shields.io/static/v1?style=for-the-badge&label=&message=Sponsorship&logo=Boosty&logoColor=white&color=%23F15F2C)](https://boosty.to/roxblnfk)

[![Vibe Index](https://img.shields.io/static/v1?label=Vibe+Index&message=3.7&color=26abba&style=flat&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmZiI%2BPHBhdGggZD0iTTkgNCBROSAxMyAxOCAxMyBROSAxMyA5IDIyIFE5IDEzIDAgMTMgUTkgMTMgOSA0IFoiLz48cGF0aCBkPSJNMTkgMSBRMTkgNiAyNCA2IFExOSA2IDE5IDExIFExOSA2IDE0IDYgUTE5IDYgMTkgMSBaIi8%2BPHBhdGggZD0iTTIwIDE0IFEyMCAxOCAyNCAxOCBRMjAgMTggMjAgMjIgUTIwIDE4IDE2IDE4IFEyMCAxOCAyMCAxNCBaIi8%2BPC9zdmc%2B)](https://github.com/roxblnfk/action-vibe-index)
[![Vibe Index](https://img.shields.io/static/v1?label=Vibe+Index&message=3.9&color=29a8bf&style=flat&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmZiI%2BPHBhdGggZD0iTTkgNCBROSAxMyAxOCAxMyBROSAxMyA5IDIyIFE5IDEzIDAgMTMgUTkgMTMgOSA0IFoiLz48cGF0aCBkPSJNMTkgMSBRMTkgNiAyNCA2IFExOSA2IDE5IDExIFExOSA2IDE0IDYgUTE5IDYgMTkgMSBaIi8%2BPHBhdGggZD0iTTIwIDE0IFEyMCAxOCAyNCAxOCBRMjAgMTggMjAgMjIgUTIwIDE4IDE2IDE4IFEyMCAxOCAyMCAxNCBaIi8%2BPC9zdmc%2B)](https://github.com/roxblnfk/action-vibe-index)
[![Psalm Level](https://shepherd.dev/github/php-testo/testo/level.svg)](https://shepherd.dev/github/php-testo/testo)
[![Type Coverage](https://shepherd.dev/github/php-testo/testo/coverage.svg)](https://shepherd.dev/github/php-testo/testo)
[![codecov](https://codecov.io/gh/php-testo/testo/branch/1.x/graph/badge.svg)](https://codecov.io/gh/php-testo/testo)
Expand Down
8 changes: 8 additions & 0 deletions bridge/symfony-console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.12](https://github.com/php-testo/testo/compare/bridge-symfony-console-0.1.11...bridge-symfony-console-0.1.12) (2026-09-07)


### Bug Fixes

* **output:** keep nested runs' terminal output off the --json/--teamcity stdout ([e27baaa](https://github.com/php-testo/testo/commit/e27baaa6918ea9e9ee419cf9580a51751a4f5c08))
* **teamcity:** emit `testStarted` when the test body begins ([#320](https://github.com/php-testo/testo/issues/320)) ([e27baaa](https://github.com/php-testo/testo/commit/e27baaa6918ea9e9ee419cf9580a51751a4f5c08))

## [0.1.11](https://github.com/php-testo/testo/compare/bridge-symfony-console-0.1.10...bridge-symfony-console-0.1.11) (2026-08-29)


Expand Down
2 changes: 1 addition & 1 deletion bridge/symfony-console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require": {
"php": ">=8.2",
"symfony/console": "^6.4 || ^7 || ^8.0",
"testo/testo": "0.10.45 - 1"
"testo/testo": "0.10.46 - 1"
},
"autoload": {
"psr-4": {
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
"symfony/finder": "^6.4 || ^7 || ^8.0",
"testo/assert": "^0.1.14",
"testo/fiber": "^0.1.3",
"testo/bench": "^0.1.10",
"testo/bridge-symfony-console": "^0.1.11",
"testo/bench": "^0.1.11",
"testo/bridge-symfony-console": "^0.1.12",
"testo/codecov": "^0.2.1",
"testo/convention": "^0.1.4",
"testo/convention": "^0.1.5",
"testo/data": "^0.1.9",
"testo/filter": "^0.1.6",
"testo/inline": "^0.1.8",
"testo/lifecycle": "^0.1.5",
"testo/filter": "^0.1.7",
"testo/inline": "^0.1.9",
"testo/lifecycle": "^0.1.6",
"testo/repeat": "^0.1.9",
"testo/retry": "^0.1.5",
"testo/test": "^0.1.6",
"testo/test": "^0.1.7",
"yiisoft/injector": "^1.2"
},
"require-dev": {
Expand Down
12 changes: 12 additions & 0 deletions plugin/bench/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.11](https://github.com/php-testo/testo/compare/bench-0.1.10...bench-0.1.11) (2026-09-07)


### Performance Improvements

* **core:** Optimize TestDefinitions ([#318](https://github.com/php-testo/testo/issues/318)) ([e320409](https://github.com/php-testo/testo/commit/e32040931f8cd655d0cf7f560c53bb611edb93be))


### Code Refactoring

* **core:** promote prefilled case members in the finders instead of scanning methods ([e320409](https://github.com/php-testo/testo/commit/e32040931f8cd655d0cf7f560c53bb611edb93be))

## [0.1.10](https://github.com/php-testo/testo/compare/bench-0.1.9...bench-0.1.10) (2026-08-27)


Expand Down
6 changes: 3 additions & 3 deletions plugin/bench/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"require": {
"php": ">=8.2",
"testo/data": "^0.1.9",
"testo/filter": "^0.1.6",
"testo/inline": "^0.1.8",
"testo/testo": "0.10.44 - 1"
"testo/filter": "^0.1.7",
"testo/inline": "^0.1.9",
"testo/testo": "0.10.46 - 1"
},
"require-dev": {
"testo/assert": "^0.1.14"
Expand Down
12 changes: 12 additions & 0 deletions plugin/convention/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.5](https://github.com/php-testo/testo/compare/convention-0.1.4...convention-0.1.5) (2026-09-07)


### Performance Improvements

* **core:** Optimize TestDefinitions ([#318](https://github.com/php-testo/testo/issues/318)) ([e320409](https://github.com/php-testo/testo/commit/e32040931f8cd655d0cf7f560c53bb611edb93be))


### Code Refactoring

* **core:** promote prefilled case members in the finders instead of scanning methods ([e320409](https://github.com/php-testo/testo/commit/e32040931f8cd655d0cf7f560c53bb611edb93be))

## [0.1.4](https://github.com/php-testo/testo/compare/convention-0.1.3...convention-0.1.4) (2026-07-01)


Expand Down
2 changes: 1 addition & 1 deletion plugin/convention/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php": ">=8.2",
"testo/testo": "0.10.34 - 1"
"testo/testo": "0.10.46 - 1"
},
"autoload": {
"psr-4": {
Expand Down
22 changes: 22 additions & 0 deletions plugin/filter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.1.7](https://github.com/php-testo/testo/compare/filter-0.1.6...filter-0.1.7) (2026-09-07)


### Features

* **core:** Add SuiteLocatorInterceptor pipeline ([#321](https://github.com/php-testo/testo/issues/321)) ([596f5f2](https://github.com/php-testo/testo/commit/596f5f2c1cea45137ab59950c0c7488cca56d108))


### Bug Fixes

* **filter:** match --path by containment instead of a prefix glob ([596f5f2](https://github.com/php-testo/testo/commit/596f5f2c1cea45137ab59950c0c7488cca56d108))


### Performance Improvements

* **core:** Optimize TestDefinitions ([#318](https://github.com/php-testo/testo/issues/318)) ([e320409](https://github.com/php-testo/testo/commit/e32040931f8cd655d0cf7f560c53bb611edb93be))


### Code Refactoring

* **core:** promote prefilled case members in the finders instead of scanning methods ([e320409](https://github.com/php-testo/testo/commit/e32040931f8cd655d0cf7f560c53bb611edb93be))

## [0.1.6](https://github.com/php-testo/testo/compare/filter-0.1.5...filter-0.1.6) (2026-08-06)


Expand Down
2 changes: 1 addition & 1 deletion plugin/filter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php": ">=8.2",
"testo/testo": "0.10.39 - 1"
"testo/testo": "0.10.46 - 1"
},
"autoload": {
"psr-4": {
Expand Down
12 changes: 12 additions & 0 deletions plugin/inline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.9](https://github.com/php-testo/testo/compare/inline-0.1.8...inline-0.1.9) (2026-09-07)


### Performance Improvements

* **core:** Optimize TestDefinitions ([#318](https://github.com/php-testo/testo/issues/318)) ([e320409](https://github.com/php-testo/testo/commit/e32040931f8cd655d0cf7f560c53bb611edb93be))


### Code Refactoring

* **core:** promote prefilled case members in the finders instead of scanning methods ([e320409](https://github.com/php-testo/testo/commit/e32040931f8cd655d0cf7f560c53bb611edb93be))

## [0.1.8](https://github.com/php-testo/testo/compare/inline-0.1.7...inline-0.1.8) (2026-08-10)


Expand Down
8 changes: 4 additions & 4 deletions plugin/inline/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
],
"require": {
"php": ">=8.2",
"testo/assert": "^0.1.12",
"testo/data": "^0.1.7",
"testo/filter": "^0.1.6",
"testo/testo": "0.10.40 - 1"
"testo/assert": "^0.1.14",
"testo/data": "^0.1.9",
"testo/filter": "^0.1.7",
"testo/testo": "0.10.46 - 1"
},
"autoload": {
"psr-4": {
Expand Down
17 changes: 17 additions & 0 deletions plugin/lifecycle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.1.6](https://github.com/php-testo/testo/compare/lifecycle-0.1.5...lifecycle-0.1.6) (2026-09-07)


### Bug Fixes

* **lifecycle:** optimize function-case hooks checks ([#315](https://github.com/php-testo/testo/issues/315)) ([f0ae7de](https://github.com/php-testo/testo/commit/f0ae7de3ea6de90db6d02e1f6da9eb1d5ee10880))


### Performance Improvements

* **core:** Optimize TestDefinitions ([#318](https://github.com/php-testo/testo/issues/318)) ([e320409](https://github.com/php-testo/testo/commit/e32040931f8cd655d0cf7f560c53bb611edb93be))


### Code Refactoring

* **core:** promote prefilled case members in the finders instead of scanning methods ([e320409](https://github.com/php-testo/testo/commit/e32040931f8cd655d0cf7f560c53bb611edb93be))

## [0.1.5](https://github.com/php-testo/testo/compare/lifecycle-0.1.4...lifecycle-0.1.5) (2026-07-01)


Expand Down
2 changes: 1 addition & 1 deletion plugin/lifecycle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php": ">=8.2",
"testo/testo": "0.10.34 - 1"
"testo/testo": "0.10.46 - 1"
},
"autoload": {
"psr-4": {
Expand Down
12 changes: 12 additions & 0 deletions plugin/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.7](https://github.com/php-testo/testo/compare/test-0.1.6...test-0.1.7) (2026-09-07)


### Performance Improvements

* **core:** Optimize TestDefinitions ([#318](https://github.com/php-testo/testo/issues/318)) ([e320409](https://github.com/php-testo/testo/commit/e32040931f8cd655d0cf7f560c53bb611edb93be))


### Code Refactoring

* **core:** promote prefilled case members in the finders instead of scanning methods ([e320409](https://github.com/php-testo/testo/commit/e32040931f8cd655d0cf7f560c53bb611edb93be))

## [0.1.6](https://github.com/php-testo/testo/compare/test-0.1.5...test-0.1.6) (2026-07-01)


Expand Down
2 changes: 1 addition & 1 deletion plugin/test/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php": ">=8.2",
"testo/testo": "0.10.34 - 1"
"testo/testo": "0.10.46 - 1"
},
"autoload": {
"psr-4": {
Expand Down
16 changes: 8 additions & 8 deletions resources/version.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
".": "0.10.45",
".": "0.10.46",
"plugin/repeat": "0.1.9",
"plugin/convention": "0.1.4",
"plugin/lifecycle": "0.1.5",
"plugin/convention": "0.1.5",
"plugin/lifecycle": "0.1.6",
"plugin/retry": "0.1.5",
"plugin/filter": "0.1.6",
"plugin/test": "0.1.6",
"plugin/filter": "0.1.7",
"plugin/test": "0.1.7",
"plugin/assert": "0.1.14",
"plugin/data": "0.1.9",
"plugin/inline": "0.1.8",
"plugin/bench": "0.1.10",
"plugin/inline": "0.1.9",
"plugin/bench": "0.1.11",
"plugin/codecov": "0.2.1",
"plugin/facade": "0.1.1",
"plugin/fiber": "0.1.3",
"bridge/symfony-console": "0.1.11",
"bridge/symfony-console": "0.1.12",
"bridge/infection": "0.1.8",
"bridge/mockery": "0.1.2",
"bridge/rector": "0.2.5",
Expand Down
Loading