testo / inline
Inline test plugin for the Testo testing framework.
Fund package maintenance!
0.1.2
2026-05-02 20:50 UTC
Requires
- php: >=8.2
- testo/assert: 0.1 - 1
- testo/data: 0.1 - 1
- testo/filter: 0.1 - 1
- testo/testo: *
README
Inline test plugin
Important
🪞 This is a read-only mirror.
Active development of the Testo project lives in php-testo/testo under plugin/inline/. This repository is automatically synchronized from there on every release.
File issues and pull requests in the main monorepo, not here.
About
Lets a method declare itself a test directly via attribute, without registering through a separate test class. Good for adding a quick check next to the production code it covers, or for self-documenting examples.
Install
composer require --dev testo/inline