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';