PHP Интерфейс PhpBench\Storage\ArchiverInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

archive() публичный Метод

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() публичный Метод

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