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. |
public archive ( Symfony\Component\Console\Output\OutputInterface $output ) | ||
$output | Symfony\Component\Console\Output\OutputInterface |
public restore ( Symfony\Component\Console\Output\OutputInterface $output ) | ||
$output | Symfony\Component\Console\Output\OutputInterface |