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