View Issue Details

IDProjectCategoryView StatusLast Update
0006868OXID eShop (all versions)6. ------ Setup -------public2023-07-26 08:22
Reporteredvinas.aleksejonokas Assigned To 
PrioritylowSeverityfeatureReproducibilityalways
Status closedResolutionwon't fix 
Product Version6.0.2 
Summary0006868: Extract VfsFileStructureOperator.php into component
DescriptionThis issue is moved from Github issues.

Extracting VfsFileStructureOperator.php might be beneficial for other components which inside the tests are already using VfsStream.

Source for the class to be extracted: https://github.com/OXID-eSales/oxideshop_composer_plugin/blob/c6c82ce2d715e7024cf044d77dda2ab1c9734c0a/src/Utilities/VfsFileStructureOperator.php

Possible ways to extract:

* Make separate component
* Integrate with testing_library
TagsNo tags attached.
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

Sven Brunk

2023-07-26 08:22

administrator   ~0015435

This method is only used in 2 Tests of exactly the component it is located in and 1 is even about testing this method. Not worth the effort