Documentation

MockeryPHPUnitIntegration

Integrates Mockery into PHPUnit. Ensures Mockery expectations are verified for each test and are included by the assertion counter.

Table of Contents

$mockeryOpen  : mixed
addMockeryExpectationsToAssertionCount()  : mixed
checkMockeryExceptions()  : mixed
closeMockery()  : mixed
mockeryAssertPostConditions()  : mixed
Performs assertions shared by all tests of a test case. This method is called before execution of a test ends and before the tearDown method.
purgeMockeryContainer()  : mixed
startMockery()  : mixed

Properties

Methods

addMockeryExpectationsToAssertionCount()

protected addMockeryExpectationsToAssertionCount() : mixed
Return values
mixed

mockeryAssertPostConditions()

Performs assertions shared by all tests of a test case. This method is called before execution of a test ends and before the tearDown method.

protected mockeryAssertPostConditions() : mixed
Return values
mixed

Search results