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

## [0.10.40](https://github.com/php-testo/testo/compare/0.10.39...0.10.40) (2026-08-10)


### Features

* **bridge-vcr:** add PHP-VCR bridge ([#267](https://github.com/php-testo/testo/issues/267)) ([32ebe04](https://github.com/php-testo/testo/commit/32ebe048520b0126b130af06ac19465452d92681))
* **fiber:** coroutine scope — Coroutine::spawn()/await()/concurrently() ([#277](https://github.com/php-testo/testo/issues/277)) ([4d7b7ea](https://github.com/php-testo/testo/commit/4d7b7ea48d95af6fdf23f5fd13c6c81849ec7572))
* **pipeline:** make #[FallbackInterceptor] repeatable ([4d7b7ea](https://github.com/php-testo/testo/commit/4d7b7ea48d95af6fdf23f5fd13c6c81849ec7572))
* **release-please:** set initial version to 0.1.0 in configuration ([c7ed053](https://github.com/php-testo/testo/commit/c7ed05343c9f2bf0bf5d35556ab9cfaf580fce8c))
* **teamcity:** report the exact status, assertion count, suite taxonomy and test count ([#278](https://github.com/php-testo/testo/issues/278)) ([d312824](https://github.com/php-testo/testo/commit/d312824ce0768361a707df63cc68d2e3afc9037a))

## [0.10.39](https://github.com/php-testo/testo/compare/0.10.38...0.10.39) (2026-08-06)


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.7&color=1cb9a1&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.0&color=1fb5a9&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/rector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.2.2](https://github.com/php-testo/testo/compare/bridge-rector-0.2.1...bridge-rector-0.2.2) (2026-08-10)


### Features

* **fiber:** coroutine scope — Coroutine::spawn()/await()/concurrently() ([#277](https://github.com/php-testo/testo/issues/277)) ([4d7b7ea](https://github.com/php-testo/testo/commit/4d7b7ea48d95af6fdf23f5fd13c6c81849ec7572))
* **pipeline:** make #[FallbackInterceptor] repeatable ([4d7b7ea](https://github.com/php-testo/testo/commit/4d7b7ea48d95af6fdf23f5fd13c6c81849ec7572))
* **teamcity:** report the exact status, assertion count, suite taxonomy and test count ([#278](https://github.com/php-testo/testo/issues/278)) ([d312824](https://github.com/php-testo/testo/commit/d312824ce0768361a707df63cc68d2e3afc9037a))

## [0.2.1](https://github.com/php-testo/testo/compare/bridge-rector-0.2.0...bridge-rector-0.2.1) (2026-08-06)


Expand Down
2 changes: 1 addition & 1 deletion bridge/rector/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"testo/assert": "^0.1.12",
"testo/data": "^0.1.7",
"testo/filter": "^0.1.6",
"testo/testo": "0.10.39 - 1"
"testo/testo": "0.10.40 - 1"
},
"autoload": {
"psr-4": {
Expand Down
9 changes: 9 additions & 0 deletions bridge/vcr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Changelog

## 0.1.0 (2026-08-10)


### Features

* **bridge-vcr:** add PHP-VCR bridge ([#267](https://github.com/php-testo/testo/issues/267)) ([32ebe04](https://github.com/php-testo/testo/commit/32ebe048520b0126b130af06ac19465452d92681))

## Changelog

## Changelog
6 changes: 3 additions & 3 deletions bridge/vcr/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"require": {
"php": ">=8.2",
"php-vcr/php-vcr": "^1.6",
"testo/testo": "0.10.36 - 1"
"testo/testo": "0.10.40 - 1"
},
"require-dev": {
"testo/assert": "^0.1.11",
"testo/codecov": "^0.1.11",
"testo/assert": "^0.1.12",
"testo/codecov": "^0.1.12",
"testo/test": "^0.1.6"
},
"autoload": {
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"symfony/console": "^6.4 || ^7 || ^8.0",
"symfony/finder": "^6.4 || ^7 || ^8.0",
"testo/assert": "^0.1.12",
"testo/fiber": "^0.1.1",
"testo/bench": "^0.1.7",
"testo/fiber": "^0.1.2",
"testo/bench": "^0.1.8",
"testo/bridge-symfony-console": "^0.1.8",
"testo/codecov": "^0.1.12",
"testo/convention": "^0.1.4",
"testo/data": "^0.1.7",
"testo/filter": "^0.1.6",
"testo/inline": "^0.1.7",
"testo/inline": "^0.1.8",
"testo/lifecycle": "^0.1.5",
"testo/repeat": "^0.1.9",
"testo/retry": "^0.1.5",
Expand All @@ -62,9 +62,9 @@
"rector/rector": "^2.5.2",
"testo/bridge-infection": "^0.1.8",
"testo/bridge-mockery": "^0.1.2",
"testo/bridge-rector": "^0.2.1",
"testo/bridge-rector": "^0.2.2",
"testo/bridge-revolt": "^0.1.1",
"testo/bridge-vcr": "^0.1",
"testo/bridge-vcr": "^0.1.0",
"testo/facade": "^0.1.1"
},
"suggest": {
Expand Down
7 changes: 7 additions & 0 deletions plugin/bench/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/bench-0.1.7...bench-0.1.8) (2026-08-10)


### Features

* **teamcity:** report the exact status, assertion count, suite taxonomy and test count ([#278](https://github.com/php-testo/testo/issues/278)) ([d312824](https://github.com/php-testo/testo/commit/d312824ce0768361a707df63cc68d2e3afc9037a))

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


Expand Down
4 changes: 2 additions & 2 deletions plugin/bench/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"php": ">=8.2",
"testo/data": "^0.1.7",
"testo/filter": "^0.1.6",
"testo/inline": "^0.1.7",
"testo/testo": "0.10.39 - 1"
"testo/inline": "^0.1.8",
"testo/testo": "0.10.40 - 1"
},
"autoload": {
"psr-4": {
Expand Down
8 changes: 8 additions & 0 deletions plugin/fiber/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.2](https://github.com/php-testo/testo/compare/fiber-0.1.1...fiber-0.1.2) (2026-08-10)


### Features

* **fiber:** coroutine scope — Coroutine::spawn()/await()/concurrently() ([#277](https://github.com/php-testo/testo/issues/277)) ([4d7b7ea](https://github.com/php-testo/testo/commit/4d7b7ea48d95af6fdf23f5fd13c6c81849ec7572))
* **pipeline:** make #[FallbackInterceptor] repeatable ([4d7b7ea](https://github.com/php-testo/testo/commit/4d7b7ea48d95af6fdf23f5fd13c6c81849ec7572))

## [0.1.1](https://github.com/php-testo/testo/compare/fiber-0.1.0...fiber-0.1.1) (2026-08-06)


Expand Down
2 changes: 1 addition & 1 deletion plugin/fiber/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"require": {
"php": ">=8.2",
"testo/testo": "0.10.39 - 1"
"testo/testo": "0.10.40 - 1"
},
"autoload": {
"psr-4": {
Expand Down
7 changes: 7 additions & 0 deletions plugin/inline/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/inline-0.1.7...inline-0.1.8) (2026-08-10)


### Features

* **teamcity:** report the exact status, assertion count, suite taxonomy and test count ([#278](https://github.com/php-testo/testo/issues/278)) ([d312824](https://github.com/php-testo/testo/commit/d312824ce0768361a707df63cc68d2e3afc9037a))

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


Expand Down
2 changes: 1 addition & 1 deletion plugin/inline/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"testo/assert": "^0.1.12",
"testo/data": "^0.1.7",
"testo/filter": "^0.1.6",
"testo/testo": "0.10.39 - 1"
"testo/testo": "0.10.40 - 1"
},
"autoload": {
"psr-4": {
Expand Down
12 changes: 6 additions & 6 deletions resources/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "0.10.39",
".": "0.10.40",
"plugin/repeat": "0.1.9",
"plugin/convention": "0.1.4",
"plugin/lifecycle": "0.1.5",
Expand All @@ -8,15 +8,15 @@
"plugin/test": "0.1.6",
"plugin/assert": "0.1.12",
"plugin/data": "0.1.7",
"plugin/inline": "0.1.7",
"plugin/bench": "0.1.7",
"plugin/inline": "0.1.8",
"plugin/bench": "0.1.8",
"plugin/codecov": "0.1.12",
"plugin/facade": "0.1.1",
"plugin/fiber": "0.1.1",
"plugin/fiber": "0.1.2",
"bridge/symfony-console": "0.1.8",
"bridge/infection": "0.1.8",
"bridge/mockery": "0.1.2",
"bridge/rector": "0.2.1",
"bridge/rector": "0.2.2",
"bridge/revolt": "0.1.1",
"bridge/vcr": "0.0.0"
"bridge/vcr": "0.1.0"
}
Loading