Documentation

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

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

mockeryTestSetUp()

protected mockeryTestSetUp() : mixed
Return values
mixed

mockeryTestTearDown()

protected mockeryTestTearDown() : mixed
Return values
mixed

Search results