We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfeea8 commit e2de214Copy full SHA for e2de214
src/BeSimple/SoapClient/Tests/ServerInterop/SwaServerInteropTest.php
@@ -42,6 +42,8 @@ public function testUploadDownloadText()
42
$result = $sc->downloadFile($download);
43
44
$this->assertEquals($upload->data, $result->data);
45
+
46
+ unlink(__DIR__.'/../ServerInterop/'.$download->name);
47
}
48
49
public function testUploadDownloadImage()
@@ -60,5 +62,7 @@ public function testUploadDownloadImage()
60
62
61
63
64
65
66
67
-}
68
+}
0 commit comments