Skip to content

Codeception/MockeryModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Changelog