PHP 클래스 Mockery\Adapter\Phpunit\TestListener

상속: extends PHPUnit_Framework_BaseTestListener
파일 보기 프로젝트 열기: padraic/mockery 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

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