PHP Class Mockery\Adapter\Phpunit\TestListener

Inheritance: extends PHPUnit_Framework_BaseTestListener
Datei anzeigen Open project: padraic/mockery Class Usage Examples

Public Methods

Method Description
endTest ( PHPUnit_Framework_Test $test, float $time ) endTest is called after each test and checks if \Mockery::close() has been called, and will let the test fail if it hasn't.

Method Details

endTest() public method

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 ( PHPUnit_Framework_Test $test, float $time )
$test PHPUnit_Framework_Test
$time float