Requirements update. Experiementation with Infection.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-10-31 09:50:55 +00:00
parent 14db929af1
commit 61001edaa0
3 changed files with 65 additions and 62 deletions

View File

@ -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