testo / assert
Assert plugin for the Testo testing framework.
Fund package maintenance!
0.1.1
2026-05-02 19:19 UTC
Requires
- php: >=8.2
- testo/testo: *
README
Assert plugin
Important
🪞 This is a read-only mirror.
Active development of the Testo project lives in php-testo/testo under plugin/assert/. This repository is automatically synchronized from there on every release.
File issues and pull requests in the main monorepo, not here.
About
Provides Testo's assertion machinery: a fluent assertion facade, expectation lifecycle, and exception-matching helpers. Tests can describe what they expect to happen and the plugin reports the comparison result through Testo's regular pipeline.
Install
composer require --dev testo/assert