for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace RunOpenCode\Backup\Tests\Source\Mockup;
use RunOpenCode\Backup\Contract\ProfileInterface;
class NullProfile implements ProfileInterface
{
/**
* {@inheritdoc}
*/
public function getName()
throw new \RuntimeException('This class is mockup of "RunOpenCode\\Backup\\Contract\\ProfileInterface" and none of its methods are implemented.');
}
public function getSource()
public function getProcessor()
public function getNamer()
public function getPreRotator()
public function getDestination()
public function getPostRotator()