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
$mockeryOpen
protected
mixed
$mockeryOpen
Methods
addMockeryExpectationsToAssertionCount()
protected
addMockeryExpectationsToAssertionCount() : mixed
Return values
mixed —checkMockeryExceptions()
protected
checkMockeryExceptions() : mixed
Return values
mixed —closeMockery()
protected
closeMockery() : 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 —purgeMockeryContainer()
protected
purgeMockeryContainer() : mixed
Tags
Return values
mixed —startMockery()
protected
startMockery() : mixed