Quality of life. Removing a lot of requirements etc
This commit is contained in:
@ -10,11 +10,13 @@ use PHPUnit\Framework\TestCase;
|
||||
|
||||
final class RcloneTest extends TestCase
|
||||
{
|
||||
#[\Override]
|
||||
protected function setUp(): void
|
||||
{
|
||||
exec('rclone test makefiles temp/source 2>&1');
|
||||
}
|
||||
|
||||
#[\Override]
|
||||
protected function tearDown(): void
|
||||
{
|
||||
exec('rclone purge temp 2>&1');
|
||||
|
Reference in New Issue
Block a user