testo/inline
Inline test plugin for Testo: mark methods as tests via PHP attributes, without separate test classes. Ideal for quick checks near production code and self-documenting examples. Install with composer require --dev testo/inline.
[!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.
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
How can I help you explore Laravel packages today?