[TASK] ext:install Protect some methods in FolderStructure
Some methods within FolderStructure class hierachy are public but should be used internally only. The patch protects them. Change-Id: I273f829f29ca4f5a6da1d03f028be7a8500e222b Resolves: #52354 Releases: 6.2 Reviewed-on: https://review.typo3.org/24123 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Susanne Moog Tested-by: Susanne Moog
Showing
- typo3/sysext/install/Classes/FolderStructure/AbstractNode.php 7 additions, 7 deletions...3/sysext/install/Classes/FolderStructure/AbstractNode.php
- typo3/sysext/install/Classes/FolderStructure/NodeInterface.php 0 additions, 14 deletions.../sysext/install/Classes/FolderStructure/NodeInterface.php
- typo3/sysext/install/Tests/Unit/FolderStructure/AbstractNodeTest.php 4 additions, 3 deletions...t/install/Tests/Unit/FolderStructure/AbstractNodeTest.php
- typo3/sysext/install/Tests/Unit/FolderStructure/DirectoryNodeTest.php 4 additions, 3 deletions.../install/Tests/Unit/FolderStructure/DirectoryNodeTest.php
- typo3/sysext/install/Tests/Unit/FolderStructure/FileNodeTest.php 2 additions, 2 deletions...ysext/install/Tests/Unit/FolderStructure/FileNodeTest.php
- typo3/sysext/install/Tests/Unit/FolderStructure/RootNodeTest.php 4 additions, 3 deletions...ysext/install/Tests/Unit/FolderStructure/RootNodeTest.php
Please register or sign in to comment