Inline test plugin
Important
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.
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.
composer require --dev testo/inline