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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.10.36](https://github.com/php-testo/testo/compare/0.10.35...0.10.36) (2026-07-03)


### Features

* **bridge-mockery:** add Mockery bridge (testo/bridge-mockery) ([#254](https://github.com/php-testo/testo/issues/254)) ([6f4596e](https://github.com/php-testo/testo/commit/6f4596ebe3120decfbb1e851e78ea06480917fde))
* **core:** fail an empty run instead of reporting success ([18d801d](https://github.com/php-testo/testo/commit/18d801dff7a96ba07fab282a483e4bfc8129eec6))
* **terminal:** show a data provider's description once at the batch node ([#255](https://github.com/php-testo/testo/issues/255)) ([2274e6a](https://github.com/php-testo/testo/commit/2274e6a5c1026f3164a7c101386a64806194203c))
* **terminal:** surface a single test's full channel output ([c75b9a5](https://github.com/php-testo/testo/commit/c75b9a5d41e2f353b461520455883c951ffd512b))

## [0.10.35](https://github.com/php-testo/testo/compare/0.10.34...0.10.35) (2026-07-01)


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=2.5&color=1abc9c&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=2.7&color=1cb9a1&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
9 changes: 9 additions & 0 deletions bridge/mockery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# Changelog

## [0.1.1](https://github.com/php-testo/testo/compare/bridge-mockery-0.1.0...bridge-mockery-0.1.1) (2026-07-03)


### Features

* **bridge-mockery:** add Mockery bridge (testo/bridge-mockery) ([#254](https://github.com/php-testo/testo/issues/254)) ([6f4596e](https://github.com/php-testo/testo/commit/6f4596ebe3120decfbb1e851e78ea06480917fde))

## Changelog
4 changes: 2 additions & 2 deletions bridge/mockery/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"require": {
"php": ">=8.2",
"mockery/mockery": "^1.6",
"testo/testo": "0.10.33 - 1"
"testo/testo": "0.10.36 - 1"
},
"require-dev": {
"testo/assert": "^0.1.10",
"testo/assert": "^0.1.11",
"testo/codecov": "^0.1.11",
"testo/test": "^0.1.6"
},
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"psr/log": "^2.0 || ^3.0",
"symfony/console": "^6.4 || ^7 || ^8.0",
"symfony/finder": "^6.4 || ^7 || ^8.0",
"testo/assert": "^0.1.10",
"testo/assert": "^0.1.11",
"testo/bench": "^0.1.6",
"testo/bridge-symfony-console": "^0.1.8",
"testo/codecov": "^0.1.11",
Expand All @@ -59,7 +59,7 @@
"roxblnfk/unpoly": "1.8.2",
"rector/rector": "^2.5.2",
"testo/bridge-infection": "^0.1.8",
"testo/bridge-mockery": "^0.1.0",
"testo/bridge-mockery": "^0.1.1",
"testo/bridge-rector": "^0.1.2",
"testo/facade": "^0.1.1"
},
Expand Down
7 changes: 7 additions & 0 deletions plugin/assert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Features

* **bridge-mockery:** add Mockery bridge (testo/bridge-mockery) ([#254](https://github.com/php-testo/testo/issues/254)) ([6f4596e](https://github.com/php-testo/testo/commit/6f4596ebe3120decfbb1e851e78ea06480917fde))

## [0.1.10](https://github.com/php-testo/testo/compare/assert-0.1.9...assert-0.1.10) (2026-07-01)


Expand Down
2 changes: 1 addition & 1 deletion plugin/assert/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.36 - 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,19 +1,19 @@
{
".": "0.10.35",
".": "0.10.36",
"plugin/repeat": "0.1.8",
"plugin/convention": "0.1.4",
"plugin/lifecycle": "0.1.5",
"plugin/retry": "0.1.4",
"plugin/filter": "0.1.5",
"plugin/test": "0.1.6",
"plugin/assert": "0.1.10",
"plugin/assert": "0.1.11",
"plugin/data": "0.1.6",
"plugin/inline": "0.1.6",
"plugin/bench": "0.1.6",
"plugin/codecov": "0.1.11",
"plugin/facade": "0.1.1",
"bridge/symfony-console": "0.1.8",
"bridge/infection": "0.1.8",
"bridge/mockery": "0.1.0",
"bridge/mockery": "0.1.1",
"bridge/rector": "0.1.2"
}
Loading