Download the PHP package chromabits/mockingbird without Composer
On this page you can find all versions of the php package chromabits/mockingbird. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mockingbird
mockingbird
A DSL for mocking dependencies on PHP unit tests
Features:
- Acts like a mini IoC container for your unit tests.
- Automatically creates mocks for your class' dependencies.
- Supports injecting dependencies through the constructor and methods.
- Provides a DSL on top of Mockery for quickly mocking dependencies.
- You can provide real/non-mock instances and scalar arguments.
- Works with Laravel!
Requirements
- PHP 7 or higher.
- Composer
Installation
Run composer require chromabits/mockingbird
on a Composer project.
Quick Example:
All versions of mockingbird with dependencies
PHP Build Version
Package Version
Requires
mockery/mockery Version
^0.9.7
The package chromabits/mockingbird contains the following files
Loading the files please wait ....