Name: | php-hamcrest |
---|---|
Version: | 1.2.2 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 148666 |
License: | BSD |
RPM: | php-hamcrest-1.2.2-1.el7.noarch.rpm |
Source RPM: | php-hamcrest-1.2.2-1.el7.src.rpm |
Build Date: | Thu Nov 30 2017 |
Build Host: | x86-ol6-builder-05.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/hamcrest/hamcrest-php |
Summary: | PHP port of Hamcrest Matchers |
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'; |
- update to 1.2.2
- initial package