Requirements update. Experiementation with Infection.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@ -23,6 +23,9 @@ final class CommandBackupTest extends \PHPUnit\Framework\TestCase
|
||||
protected function tearDown(): void
|
||||
{
|
||||
exec('rclone purge temp 2>&1');
|
||||
if (is_dir("temp")) {
|
||||
rmdir('temp');
|
||||
}
|
||||
}
|
||||
|
||||
public function testBadConfig(): void
|
||||
|
Reference in New Issue
Block a user