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

## [0.10.18](https://github.com/php-testo/testo/compare/0.10.17...0.10.18) (2026-06-06)


### Bug Fixes

* **release:** pin testo/testo with open upper bound to resolve on dev branches ([c9b4762](https://github.com/php-testo/testo/commit/c9b4762bb9331e022f6428c73a715f17cbc36cf8))


### Code Refactoring

* **core:** Change DTO classes to readonly ([1f3e49b](https://github.com/php-testo/testo/commit/1f3e49bba85a3a7b87d6c91bebc3c338276d4298))

## [0.10.17](https://github.com/php-testo/testo/compare/0.10.16...0.10.17) (2026-06-06)


Expand Down
7 changes: 7 additions & 0 deletions bridge/infection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.5](https://github.com/php-testo/testo/compare/bridge-infection-0.1.4...bridge-infection-0.1.5) (2026-06-06)


### Features

* **coverage:** add CLI flags for Clover, Cobertura, and XML coverage reports ([#204](https://github.com/php-testo/testo/issues/204)) ([f87365b](https://github.com/php-testo/testo/commit/f87365bacb1e1dab1f909258b698b28236f48bb1))

## [0.1.4](https://github.com/php-testo/testo/compare/bridge-infection-0.1.3...bridge-infection-0.1.4) (2026-05-17)


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.5](https://github.com/php-testo/testo/compare/bridge-symfony-console-0.1.4...bridge-symfony-console-0.1.5) (2026-06-06)


### Features

* **coverage:** add CLI flags for Clover, Cobertura, and XML coverage reports ([#204](https://github.com/php-testo/testo/issues/204)) ([f87365b](https://github.com/php-testo/testo/commit/f87365bacb1e1dab1f909258b698b28236f48bb1))

## [0.1.4](https://github.com/php-testo/testo/compare/bridge-symfony-console-0.1.3...bridge-symfony-console-0.1.4) (2026-06-01)


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": "*"
"testo/testo": "0.10.18 - 1"
},
"autoload": {
"psr-4": {
Expand Down
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@
"psr/event-dispatcher": "^1.0",
"symfony/console": "^6.4 || ^7 || ^8.0",
"symfony/finder": "^6.4 || ^7 || ^8.0",
"testo/assert": "0.1 - 1",
"testo/bench": "0.1 - 1",
"testo/bridge-symfony-console": "0.1 - 1",
"testo/codecov": "0.1 - 1",
"testo/convention": "0.1 - 1",
"testo/data": "0.1 - 1",
"testo/filter": "0.1 - 1",
"testo/inline": "0.1 - 1",
"testo/lifecycle": "0.1 - 1",
"testo/messenger": "0.1 - 1",
"testo/repeat": "0.1 - 1",
"testo/retry": "0.1 - 1",
"testo/test": "0.1 - 1",
"testo/assert": "^0.1.6",
"testo/bench": "^0.1.4",
"testo/bridge-symfony-console": "^0.1.5",
"testo/codecov": "^0.1.7",
"testo/convention": "^0.1.2",
"testo/data": "^0.1.5",
"testo/filter": "^0.1.1",
"testo/inline": "^0.1.4",
"testo/lifecycle": "^0.1.3",
"testo/messenger": "^0.1.3",
"testo/repeat": "^0.1.7",
"testo/retry": "^0.1.3",
"testo/test": "^0.1.3",
"yiisoft/injector": "^1.2"
},
"require-dev": {
Expand All @@ -59,7 +59,7 @@
"llm/skills": "^1.3",
"roxblnfk/unpoly": "1.8.2",
"spiral/code-style": "^2.2.2",
"testo/bridge-infection": "0.1 - 1",
"testo/bridge-infection": "^0.1.5",
"vimeo/psalm": "^7.0@dev"
},
"suggest": {
Expand Down
4 changes: 2 additions & 2 deletions plugin/assert/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
],
"require": {
"php": ">=8.2",
"testo/messenger": "0.1 - 1",
"testo/testo": "*"
"testo/messenger": "^0.1.3",
"testo/testo": "0.10.18 - 1"
},
"autoload": {
"psr-4": {
Expand Down
8 changes: 4 additions & 4 deletions plugin/bench/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
],
"require": {
"php": ">=8.2",
"testo/data": "0.1 - 1",
"testo/inline": "0.1 - 1",
"testo/messenger": "0.1 - 1",
"testo/testo": "*"
"testo/data": "^0.1.5",
"testo/inline": "^0.1.4",
"testo/messenger": "^0.1.3",
"testo/testo": "0.10.18 - 1"
},
"autoload": {
"psr-4": {
Expand Down
7 changes: 7 additions & 0 deletions plugin/codecov/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Features

* **coverage:** add CLI flags for Clover, Cobertura, and XML coverage reports ([#204](https://github.com/php-testo/testo/issues/204)) ([f87365b](https://github.com/php-testo/testo/commit/f87365bacb1e1dab1f909258b698b28236f48bb1))

## [0.1.6](https://github.com/php-testo/testo/compare/codecov-0.1.5...codecov-0.1.6) (2026-05-29)


Expand Down
6 changes: 3 additions & 3 deletions plugin/codecov/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"require": {
"php": ">=8.2",
"ext-xmlwriter": "*",
"testo/data": "0.1 - 1",
"testo/inline": "0.1 - 1",
"testo/testo": "*"
"testo/data": "^0.1.5",
"testo/inline": "^0.1.4",
"testo/testo": "0.10.18 - 1"
},
"autoload": {
"psr-4": {
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": "*"
"testo/testo": "0.10.18 - 1"
},
"autoload": {
"psr-4": {
Expand Down
7 changes: 7 additions & 0 deletions plugin/data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.5](https://github.com/php-testo/testo/compare/data-0.1.4...data-0.1.5) (2026-06-06)


### Features

* **core:** aggregate run statistics via Summary DTO and show assertions ([cd20c42](https://github.com/php-testo/testo/commit/cd20c42e034376721c820dc34d628ba5c1598f63))

## [0.1.4](https://github.com/php-testo/testo/compare/data-0.1.3...data-0.1.4) (2026-05-29)


Expand Down
4 changes: 2 additions & 2 deletions plugin/data/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
],
"require": {
"php": ">=8.2",
"testo/filter": "0.1 - 1",
"testo/testo": "*"
"testo/filter": "^0.1.1",
"testo/testo": "0.10.18 - 1"
},
"autoload": {
"psr-4": {
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": "*"
"testo/testo": "0.10.18 - 1"
},
"autoload": {
"psr-4": {
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 - 1",
"testo/data": "0.1 - 1",
"testo/filter": "0.1 - 1",
"testo/testo": "*"
"testo/assert": "^0.1.6",
"testo/data": "^0.1.5",
"testo/filter": "^0.1.1",
"testo/testo": "0.10.18 - 1"
},
"autoload": {
"psr-4": {
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": "*"
"testo/testo": "0.10.18 - 1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion plugin/messenger/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"internal/destroy": "^1.0",
"psr/event-dispatcher": "^1.0",
"psr/log": "^2.0 || ^3.0",
"testo/testo": "*"
"testo/testo": "0.10.18 - 1"
},
"autoload": {
"psr-4": {
Expand Down
17 changes: 17 additions & 0 deletions plugin/repeat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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


### Features

* **core:** aggregate run statistics via Summary DTO and show assertions ([cd20c42](https://github.com/php-testo/testo/commit/cd20c42e034376721c820dc34d628ba5c1598f63))


### Bug Fixes

* **repeat:** ensure log messages end with a newline for clarity ([a549ce7](https://github.com/php-testo/testo/commit/a549ce7a68cacace7a507f599cb5cc0e34d7e014))


### Code Refactoring

* **testing:** update TestRunner namespace from Traits to Helper ([14ebce3](https://github.com/php-testo/testo/commit/14ebce3a0191f82e8dbf5ae145dd3c435ef64fd0))

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


Expand Down
4 changes: 2 additions & 2 deletions plugin/repeat/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
],
"require": {
"php": ">=8.2",
"testo/messenger": "0.1 - 1",
"testo/testo": "*"
"testo/messenger": "^0.1.3",
"testo/testo": "0.10.18 - 1"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions plugin/retry/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
],
"require": {
"php": ">=8.2",
"testo/messenger": "0.1 - 1",
"testo/testo": "*"
"testo/messenger": "^0.1.3",
"testo/testo": "0.10.18 - 1"
},
"autoload": {
"psr-4": {
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": "*"
"testo/testo": "0.10.18 - 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,17 +1,17 @@
{
".": "0.10.17",
"plugin/repeat": "0.1.6",
".": "0.10.18",
"plugin/repeat": "0.1.7",
"plugin/messenger": "0.1.3",
"plugin/convention": "0.1.2",
"plugin/lifecycle": "0.1.3",
"plugin/retry": "0.1.3",
"plugin/filter": "0.1.1",
"plugin/test": "0.1.3",
"plugin/assert": "0.1.6",
"plugin/data": "0.1.4",
"plugin/data": "0.1.5",
"plugin/inline": "0.1.4",
"plugin/bench": "0.1.4",
"plugin/codecov": "0.1.6",
"bridge/symfony-console": "0.1.4",
"bridge/infection": "0.1.4"
"plugin/codecov": "0.1.7",
"bridge/symfony-console": "0.1.5",
"bridge/infection": "0.1.5"
}
Loading