Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 456 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 456 Bytes

Mockery Module for Codeception

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.