codeception/mockery-module

Mockery Module for Codeception

Installs: 3 940 022

Dependents: 119

Suggesters: 0

Security: 0

Stars: 34

Watchers: 9

Forks: 12

Open Issues: 2

pkg:composer/codeception/mockery-module

0.5.0 2022-03-28 05:57 UTC

This package is auto-updated.

Last update: 2025-09-28 13:15:52 UTC


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.

Changelog