Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-hamcrest - PHP port of Hamcrest Matchers

Website:
https://github.com/hamcrest/hamcrest-php
Licence:
BSD
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/>
Description:
Hamcrest is a matching library originally written for Java,
but subsequently ported to many other languages.

php-hamcrest is the official PHP port of Hamcrest and essentially follows
a literal translation of the original Java API for Hamcrest,
with a few Exceptions, mostly down to PHP language barriers.

To use this library, you just have to add, in your project:
  require_once '/usr/share/php/Hamcrest/autoload.php';

Packages

php-hamcrest-1.2.2-4.el9.remi.noarch [38 KiB] Changelog by Remi Collet (2017-02-17):
- add upstream patch for PHP 7, fix FTBFS
- switch to fedora/autoloader