codeception / mockery-module
Mockery Module for Codeception
0.5.0
2022-03-28 05:57 UTC
Requires
- codeception/codeception: ^5.0.0-alpha1
- mockery/mockery: ^0.8|^0.9|^1.0
Conflicts
- codeception/codeception: <5.0
README
Integrates Mockery into Codeception tests.
Example (unit.suite.yml)
modules:
enabled: [Mockery]
Install
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.