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

## [0.10.49](https://github.com/php-testo/testo/compare/0.10.48...0.10.49) (2026-09-19)


### Features

* **bridge-rector:** convert `#[Skip]` in all three directions ([#340](https://github.com/php-testo/testo/issues/340)) ([6168dca](https://github.com/php-testo/testo/commit/6168dca93cd949c60de4214274b8a348d2939f48))
* **core:** flag a test as skipped on its definition ([19638da](https://github.com/php-testo/testo/commit/19638da85d21481af141021b2f8784068600356a))
* **skip:** add `#[Skip]` attribute to skip tests declaratively ([#314](https://github.com/php-testo/testo/issues/314)) ([19638da](https://github.com/php-testo/testo/commit/19638da85d21481af141021b2f8784068600356a))

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


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=4.3&color=2da2c9&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.4&color=2ea1cc&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.7](https://github.com/php-testo/testo/compare/bridge-rector-0.2.6...bridge-rector-0.2.7) (2026-09-19)


### Features

* **bridge-rector:** convert `#[Skip]` in all three directions ([#340](https://github.com/php-testo/testo/issues/340)) ([6168dca](https://github.com/php-testo/testo/commit/6168dca93cd949c60de4214274b8a348d2939f48))

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


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.15",
"testo/data": "^0.1.9",
"testo/filter": "^0.1.8",
"testo/testo": "0.10.47 - 1"
"testo/testo": "0.10.49 - 1"
},
"autoload": {
"psr-4": {
Expand Down
7 changes: 7 additions & 0 deletions bridge/symfony-console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.14](https://github.com/php-testo/testo/compare/bridge-symfony-console-0.1.13...bridge-symfony-console-0.1.14) (2026-09-19)


### Bug Fixes

* detecting autoloader when installed as `testo/bridge-symfony-console` ([#346](https://github.com/php-testo/testo/issues/346)) ([ff0e72e](https://github.com/php-testo/testo/commit/ff0e72edab340f90db72bcbec4123c69df3c5ab4))

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


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.47 - 1"
"testo/testo": "0.10.49 - 1"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
"testo/assert": "^0.1.15",
"testo/fiber": "^0.1.3",
"testo/bench": "^0.1.12",
"testo/bridge-symfony-console": "^0.1.13",
"testo/bridge-symfony-console": "^0.1.14",
"testo/codecov": "^0.2.2",
"testo/convention": "^0.1.5",
"testo/data": "^0.1.9",
"testo/filter": "^0.1.8",
"testo/inline": "^0.1.9",
"testo/lifecycle": "^0.1.6",
"testo/lifecycle": "^0.1.7",
"testo/repeat": "^0.1.9",
"testo/retry": "^0.1.5",
"testo/skip": "^0.1",
"testo/skip": "^0.1.1",
"testo/test": "^0.1.8",
"yiisoft/injector": "^1.2"
},
Expand Down
8 changes: 8 additions & 0 deletions plugin/lifecycle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Features

* **core:** flag a test as skipped on its definition ([19638da](https://github.com/php-testo/testo/commit/19638da85d21481af141021b2f8784068600356a))
* **skip:** add `#[Skip]` attribute to skip tests declaratively ([#314](https://github.com/php-testo/testo/issues/314)) ([19638da](https://github.com/php-testo/testo/commit/19638da85d21481af141021b2f8784068600356a))

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


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.46 - 1"
"testo/testo": "0.10.49 - 1"
},
"autoload": {
"psr-4": {
Expand Down
9 changes: 9 additions & 0 deletions plugin/skip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [0.1.1](https://github.com/php-testo/testo/compare/skip-0.1.0...skip-0.1.1) (2026-09-19)


### Features

* **core:** flag a test as skipped on its definition ([19638da](https://github.com/php-testo/testo/commit/19638da85d21481af141021b2f8784068600356a))
* **skip:** add `#[Skip]` attribute to skip tests declaratively ([#314](https://github.com/php-testo/testo/issues/314)) ([19638da](https://github.com/php-testo/testo/commit/19638da85d21481af141021b2f8784068600356a))
2 changes: 1 addition & 1 deletion plugin/skip/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"require": {
"php": ">=8.2",
"testo/testo": "0.10.47 - 1"
"testo/testo": "0.10.49 - 1"
},
"autoload": {
"psr-4": {
Expand Down
10 changes: 5 additions & 5 deletions resources/version.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
".": "0.10.48",
".": "0.10.49",
"plugin/repeat": "0.1.9",
"plugin/convention": "0.1.5",
"plugin/lifecycle": "0.1.6",
"plugin/lifecycle": "0.1.7",
"plugin/retry": "0.1.5",
"plugin/filter": "0.1.8",
"plugin/test": "0.1.8",
Expand All @@ -13,12 +13,12 @@
"plugin/codecov": "0.2.2",
"plugin/facade": "0.1.1",
"plugin/fiber": "0.1.3",
"plugin/skip": "0.1.0",
"plugin/skip": "0.1.1",
"bridge/double": "0.1.1",
"bridge/symfony-console": "0.1.13",
"bridge/symfony-console": "0.1.14",
"bridge/infection": "0.1.8",
"bridge/mockery": "0.1.2",
"bridge/rector": "0.2.6",
"bridge/rector": "0.2.7",
"bridge/revolt": "0.1.2",
"bridge/vcr": "0.1.1"
}
Loading