TestListenerTrait
in package
Table of Contents
- endTest() : mixed
- endTest is called after each test and checks if \Mockery::close() has been called, and will let the test fail if it hasn't.
- startTestSuite() : mixed
Methods
endTest()
endTest is called after each test and checks if \Mockery::close() has been called, and will let the test fail if it hasn't.
public
endTest(Test $test, float $time) : mixed
Parameters
- $test : Test
- $time : float
Return values
mixed —startTestSuite()
public
startTestSuite() : mixed