PHP 인터페이스 PHPUnit\Runner\CleverAndSmart\Storage\StorageInterface

파일 보기 프로젝트 열기: lstrojny/phpunit-clever-and-smart 0 사용 예제들

공개 메소드들

메소드 설명
getRecordings ( array $types, boolean $includeTime = true ) : array Fetch records, filtered by type. Use the StorageInterface::STATUS_* constants to define the type.
record ( Run $run, PHPUnit_Framework_TestCase $test, float $time, integer $status ) : void Record a test run

메소드 상세

getRecordings() 공개 메소드

Fetch records, filtered by type. Use the StorageInterface::STATUS_* constants to define the type.
public getRecordings ( array $types, boolean $includeTime = true ) : array
$types array Types to filter
$includeTime boolean Flag whether the result time should also be fetched
리턴 array

record() 공개 메소드

Record a test run
public record ( Run $run, PHPUnit_Framework_TestCase $test, float $time, integer $status ) : void
$run PHPUnit\Runner\CleverAndSmart\Run
$test PHPUnit_Framework_TestCase
$time float
$status integer
리턴 void