Skip to content
Open
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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

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


### Features

* **bridge-double:** add the Double test-double bridge ([#298](https://github.com/php-testo/testo/issues/298)) ([6c4d415](https://github.com/php-testo/testo/commit/6c4d4159f241b5088b6db44c7ec0fd900d0292b1))
* **testing:** add `PluginTester` for asserting a plugin's wiring ([6c4d415](https://github.com/php-testo/testo/commit/6c4d4159f241b5088b6db44c7ec0fd900d0292b1))


### Bug Fixes

* **cs:** check plugin and bridge sources by expanding wildcard include paths ([66488de](https://github.com/php-testo/testo/commit/66488dec0d42285203a21dff18e4e0698e71778c))
* **rector:** keep node position when stripping class-level #[Test] ([f887f5d](https://github.com/php-testo/testo/commit/f887f5dbdec7ad54484dab9bdd0f87e46650a986))


### Documentation

* **skills:** add an Infection toolchain pre-flight to `testo-mutation-testing` ([53b897e](https://github.com/php-testo/testo/commit/53b897e40344178ef2b026367ab318515f23f436))

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


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.9&color=29a8bf&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=4.1&color=2ba5c4&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
7 changes: 7 additions & 0 deletions bridge/rector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.6](https://github.com/php-testo/testo/compare/bridge-rector-0.2.5...bridge-rector-0.2.6) (2026-09-11)


### Bug Fixes

* **rector:** keep node position when stripping class-level #[Test] ([f887f5d](https://github.com/php-testo/testo/commit/f887f5dbdec7ad54484dab9bdd0f87e46650a986))

## [0.2.5](https://github.com/php-testo/testo/compare/bridge-rector-0.2.4...bridge-rector-0.2.5) (2026-08-27)


Expand Down
4 changes: 2 additions & 2 deletions bridge/rector/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"require-dev": {
"testo/assert": "^0.1.14",
"testo/data": "^0.1.9",
"testo/filter": "^0.1.6",
"testo/testo": "0.10.44 - 1"
"testo/filter": "^0.1.7",
"testo/testo": "0.10.47 - 1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"testo/lifecycle": "^0.1.6",
"testo/repeat": "^0.1.9",
"testo/retry": "^0.1.5",
"testo/test": "^0.1.7",
"testo/test": "^0.1.8",
"yiisoft/injector": "^1.2"
},
"require-dev": {
Expand Down
7 changes: 7 additions & 0 deletions plugin/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* **rector:** keep node position when stripping class-level #[Test] ([f887f5d](https://github.com/php-testo/testo/commit/f887f5dbdec7ad54484dab9bdd0f87e46650a986))

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


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.46 - 1"
"testo/testo": "0.10.47 - 1"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions resources/version.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
".": "0.10.46",
".": "0.10.47",
"plugin/repeat": "0.1.9",
"plugin/convention": "0.1.5",
"plugin/lifecycle": "0.1.6",
"plugin/retry": "0.1.5",
"plugin/filter": "0.1.7",
"plugin/test": "0.1.7",
"plugin/test": "0.1.8",
"plugin/assert": "0.1.14",
"plugin/data": "0.1.9",
"plugin/inline": "0.1.9",
Expand All @@ -16,7 +16,7 @@
"bridge/symfony-console": "0.1.12",
"bridge/infection": "0.1.8",
"bridge/mockery": "0.1.2",
"bridge/rector": "0.2.5",
"bridge/rector": "0.2.6",
"bridge/revolt": "0.1.2",
"bridge/vcr": "0.1.1"
}
Loading