PHP Class PHPUnit\Runner\CleverAndSmart\Storage\MockedStorage

Inheritance: implements PHPUnit\Runner\CleverAndSmart\Storage\StorageInterface
Datei anzeigen Open project: lstrojny/phpunit-clever-and-smart

Public Methods

Method Description
__construct ( )
getRecordings ( array $types, $includeTime = true )
record ( Run $run, PHPUnit_Framework_TestCase $test, $time, $status )

Method Details

__construct() public method

public __construct ( )

getRecordings() public method

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

record() public method

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