php-webmozart-assert - Assertions to validate method input/output with nice error messages
- Website:
- https://github.com/webmozart/assert
- Licence:
- MIT
- Vendor:
- Remi's RPM repository <https://rpms.remirepo.net/>
- 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.remi.src | [56 KiB] |
Changelog by Remi Collet (2022-08-08):
- update to 1.11.0 - raise dependency on PHP 7.2 - switch to phpunit8 |
php-webmozart-assert-1.10.0-1.remi.src | [53 KiB] |
Changelog by Remi Collet (2021-09-24):
- update to 1.10.0 |
php-webmozart-assert-1.9.1-1.remi.src | [49 KiB] |
Changelog by Remi Collet (2020-07-21):
- update to 1.9.1 |
php-webmozart-assert-1.7.0-1.remi.src | [31 KiB] |
Changelog by Shawn Iwinski (2020-02-23):
- Update to 1.7.0 (RHBZ #1746998) - Disable bootstrap so tests run by default - Conditionally use PHPUnit 7 |
php-webmozart-assert-1.4.0-1.remi.src | [24 KiB] |
Changelog by Shawn Iwinski (2019-05-19):
- Update to 1.4.0 |
php-webmozart-assert-1.3.0-3.remi.src | [23 KiB] |
Changelog by Remi Collet (2018-10-19):
- fix autoloader, use PSR-4 to avoid duplicated definition - prepend autoloader to ensure we use current version in tests - fix FTBFS #1605449 |
php-webmozart-assert-1.3.0-1.remi.src | [22 KiB] |
Changelog by Shawn Iwinski (2018-04-22):
- Update to 1.3.0 (RHBZ #1539946) - Add get source script - Add composer.json to repo - Update running of tests |
php-webmozart-assert-1.2.0-1.remi.src | [20 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 |