Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCDFGHILMOPQRSTUWXZ
]
php-deepend-Mockery - Mockery is a simple but flexible PHP mock object framework
- Website:
- https://github.com/padraic/mockery
- Licence:
- BSD
- Vendor:
- Remi Collet
- 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';
Packages