| Name: | php-webmozart-assert |
|---|---|
| Version: | 1.2.0 |
| Release: | 1.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 46687 |
| License: | MIT |
| RPM: | php-webmozart-assert-1.2.0-1.el7.noarch.rpm |
| Source RPM: | php-webmozart-assert-1.2.0-1.el7.src.rpm |
| Build Date: | Fri Dec 08 2017 |
| Build Host: | x86-ol7-builder-01.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/webmozart/assert |
| Summary: | Assertions to validate method input/output with nice error messages |
| 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 |
- Update to 1.2.0 (RHBZ #1398043) - Use php-composer(fedora/autoloader) - Run upstream tests with SCLs if they are available
- Initial package