php-webmozart-assert - Assertions to validate method input/output with nice error messages
Website: | https://github.com/webmozart/assert |
---|---|
License: | MIT |
Vendor: | Alcance Libre, Inc. |
- Description:
This library contains efficient assertions to test the input and output of your methods. With these assertions, you can greatly reduce the amount of coding needed to write a safe implementation. All assertions in the Assert class throw an \InvalidArgumentException if they fail. Autoloader: /usr/share/php/Webmozart/Assert/autoload.php
Packages
php-webmozart-assert-1.11.0-1.aldos.noarch [21 KiB] |
Changelog
by Remi Collet (2022-08-08):
- update to 1.11.0 - raise dependency on PHP 7.2 - switch to phpunit8 |