Skip to content

Commit a2eb863

Browse files
committed
B2B-1655: Add MFTF test for MC-38949
- Removing copyFile helper function
1 parent bee2635 commit a2eb863

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

app/code/Magento/Catalog/Test/Mftf/Helper/LocalFileAssertions.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -116,22 +116,6 @@ public function createDirectory($path, $permissions = 0777): void
116116
$this->driver->createDirectory($sourceRealPath, $permissions);
117117
}
118118

119-
/**
120-
* Copy a file
121-
*
122-
* @param string $source
123-
* @param string $destination
124-
* @return void
125-
*
126-
* @throws \Magento\Framework\Exception\FileSystemException
127-
*/
128-
public function copyFile($source, $destination): void
129-
{
130-
$sourceRealPath = $this->expandPath($source);
131-
$destinationRealPath = $this->expandPath($destination);
132-
$this->driver->copy($sourceRealPath, $destinationRealPath);
133-
}
134-
135119
/**
136120
* Assert a file exists
137121
*

0 commit comments

Comments
 (0)