Remi's RPM repository - Packages

Blog | Forum | Repository

php-webmozart-assert - Assertions to validate method input/output with nice error messages

Website:
https://github.com/webmozart/assert
Licence:
MIT
Vendor:
Remi Collet
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.2.0-1.el5.remi.noarch [11 KiB] Changelog by Shawn Iwinski (2016-12-27):
- Update to 1.2.0 (RHBZ #1398043)
- Use php-composer(fedora/autoloader)
- Run upstream tests with SCLs if they are available
php-webmozart-assert-1.1.0-1.el5.remi.noarch [10 KiB] Changelog by Remi Collet (2016-10-06):
- backport for remi repo, add EL-5 stuff