PHP Класс Mockery\Adapter\Phpunit\TestListener

Наследование: extends PHPUnit_Framework_BaseTestListener
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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