MockeryTestCase
extends TestCase
in package
Uses
MockeryPHPUnitIntegration, MockeryTestCaseSetUp
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.
- mockeryTestSetUp() : mixed
- mockeryTestTearDown() : mixed
- purgeMockeryContainer() : mixed
- setUp() : void
- startMockery() : mixed
- tearDown() : void
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 —mockeryTestSetUp()
protected
mockeryTestSetUp() : mixed
Return values
mixed —mockeryTestTearDown()
protected
mockeryTestTearDown() : mixed
Return values
mixed —purgeMockeryContainer()
protected
purgeMockeryContainer() : mixed
Tags
Return values
mixed —setUp()
protected
setUp() : void
Return values
void —startMockery()
protected
startMockery() : mixed
Tags
Return values
mixed —tearDown()
protected
tearDown() : void