This commit is contained in:
@ -7,7 +7,10 @@ final class RcloneTest extends TestCase
|
||||
{
|
||||
protected function setUp(): void
|
||||
{
|
||||
shell_exec('rclone test makefiles temp/source 2>&1');
|
||||
if(!is_dir('temp')) {
|
||||
mkdir('temp');
|
||||
}
|
||||
exec('rclone test makefiles temp/source 2>&1');
|
||||
}
|
||||
|
||||
protected function tearDown(): void
|
||||
|
Reference in New Issue
Block a user