You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README.md — replace PHPUnit references with Testo
Verify no leftover PHPUnit imports or base classes remain in the codebase
Definition of Done
Testo is the only test framework. 20 tests green. No PHPUnit artifacts remain in the project (no config, no dependency, no references in CI/Makefile/README).
Description
Remove PHPUnit from the project completely. Clean up all PHPUnit-related configuration, dependencies, and references.
What to do
phpunit/phpunitfromrequire-devincomposer.jsonphpunit.xmlREADME.md— replace PHPUnit references with TestoDefinition of Done
Testo is the only test framework. 20 tests green. No PHPUnit artifacts remain in the project (no config, no dependency, no references in CI/Makefile/README).
Blocked by: #37 · Part of #9
Branching Strategy
Create a branch from
feature/testoand open a PR targetingfeature/testo. Do not targetmaindirectly.