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 f34651e commit a4fe9c9Copy full SHA for a4fe9c9
app/code/Magento/AwsS3/Test/Mftf/Helper/FileAssertions.php
@@ -305,4 +305,15 @@ private function extractFilePath($filePathJson)
305
}
306
return $filePathJson;
307
308
+
309
+ /**
310
+ * Returns path for current storage type
311
+ *
312
+ * @param string $filePath
313
+ * @return mixed|string
314
+ */
315
+ public function getPath(string $filePath)
316
+ {
317
+ return $this->extractFilePath($filePath);
318
+ }
319
0 commit comments