메소드 | 설명 | |
---|---|---|
delete ( $runId ) | Delete the run with the given UUID. | |
fetch ( integer $runId ) : |
Return the suite collection with the given run ID. | |
has ( $runId ) | Return true if the driver has the given run ID. | |
history ( ) : HistoryIteratorInterface | Return a history iterator of HistoryEntries in descending chronological order. | |
query ( PhpBench\Expression\Constraint\Constraint $constraint ) : |
Query the storage and return a SuiteCollection. | |
store ( |
Store the given SuiteCollection. |
public history ( ) : HistoryIteratorInterface | ||
리턴 | HistoryIteratorInterface |
public query ( PhpBench\Expression\Constraint\Constraint $constraint ) : |
||
$constraint | PhpBench\Expression\Constraint\Constraint | |
리턴 |
public store ( |
||
$collection |