[SoapClient] [Tests] Removed uploaded file
This commit is contained in:
parent
3cfeea8371
commit
e2de214ea5
|
@ -42,6 +42,8 @@ class SwaServerInteropTest extends TestCase
|
|||
$result = $sc->downloadFile($download);
|
||||
|
||||
$this->assertEquals($upload->data, $result->data);
|
||||
|
||||
unlink(__DIR__.'/../ServerInterop/'.$download->name);
|
||||
}
|
||||
|
||||
public function testUploadDownloadImage()
|
||||
|
@ -60,5 +62,7 @@ class SwaServerInteropTest extends TestCase
|
|||
$result = $sc->downloadFile($download);
|
||||
|
||||
$this->assertEquals($upload->data, $result->data);
|
||||
|
||||
unlink(__DIR__.'/../ServerInterop/'.$download->name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue