PHP Interface PhpBench\Storage\ArchiverInterface

Exibir arquivo Open project: dantleech/phpbench

Public Methods

Method Description
archive ( Symfony\Component\Console\Output\OutputInterface $output ) Archive all suites in the configured storage driver.
restore ( Symfony\Component\Console\Output\OutputInterface $output ) Restore the archive to storage. If a given record exists in the storage, it should be skipped.

Method Details

archive() public method

In the case that a given record already exists in the archive, then that record should be skipped. Progress should be written to the given console output class.
public archive ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

restore() public method

Progress should be written to the given console output class.
public restore ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface