testo / lifecycle
Lifecycle hooks plugin for the Testo testing framework.
Fund package maintenance!
0.1.1
2026-05-02 18:47 UTC
Requires
- php: >=8.2
- testo/testo: *
README
Lifecycle hooks plugin
Important
🪞 This is a read-only mirror.
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.
About
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.
Install
composer require --dev testo/lifecycle