Lifecycle hooks plugin
Important
Active development of the Testo project lives in php-testo/testo under plugin/lifecycle/. This repository is automatically synchronized from there on every release.
File issues and pull requests in the main monorepo, not here.
Adds setup and teardown hooks around individual tests and entire test classes. Useful for preparing fixtures, opening external resources, and cleaning up state between runs.
composer require --dev testo/lifecycle