PHP 클래스 PHPUnit\Runner\CleverAndSmart\Storage\MockedStorage

상속: implements PHPUnit\Runner\CleverAndSmart\Storage\StorageInterface
파일 보기 프로젝트 열기: lstrojny/phpunit-clever-and-smart

공개 메소드들

메소드 설명
__construct ( )
getRecordings ( array $types, $includeTime = true )
record ( Run $run, PHPUnit_Framework_TestCase $test, $time, $status )

메소드 상세

__construct() 공개 메소드

public __construct ( )

getRecordings() 공개 메소드

public getRecordings ( array $types, $includeTime = true )
$types array

record() 공개 메소드

public record ( Run $run, PHPUnit_Framework_TestCase $test, $time, $status )
$run PHPUnit\Runner\CleverAndSmart\Run
$test PHPUnit_Framework_TestCase