Name: | php-deepend-Mockery |
---|---|
Version: | 0.9.9 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 277832 |
License: | BSD |
RPM: | php-deepend-Mockery-0.9.9-1.el7.noarch.rpm |
Source RPM: | php-deepend-Mockery-0.9.9-1.el7.src.rpm |
Build Date: | Thu Nov 30 2017 |
Build Host: | x86-ol6-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/padraic/mockery |
Summary: | Mockery is a simple but flexible PHP mock object framework |
Description: | Mockery is a simple but flexible PHP mock object framework for use in unit testing. It is inspired by Ruby's flexmock and Java's Mockito, borrowing elements from both of their APIs. To use this library, you just have to add, in your project: require_once '/usr/share/php/Mockery/autoload.php'; |