| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Integrates Mockery into Codeception tests.
modules:
enabled: [Mockery]
add into composer.json:
{
"require-dev": {
"codeception/codeception": "*",
"codeception/mockery-module": "*"
}
}
This will install Mockery itself + basic module that will invoke mockery verifications after each test.
| Back | FazBrowse Home | New Git URL |