Test attribute plugin
Important
Active development of the Testo project lives in php-testo/testo under plugin/test/. This repository is automatically synchronized from there on every release.
File issues and pull requests in the main monorepo, not here.
Provides the #[Test] attribute and the locator that picks up attribute-marked test classes and methods. Without this plugin Testo can still run tests via naming conventions or other locators, but the canonical attribute-driven discovery comes from here.
composer require --dev testo/test