codeception/mockery-module

Mockery Module for Codeception

0.5.0 2022-03-28 05:57 UTC

This package is auto-updated.

Last update: 2024-03-28 09:56:42 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