[TASK] Refactor class information generator to be testable
Add a simple test as benefit. Resolves: #70233 Releases: master Change-Id: I92d093261d6c5909dbe91cf3661ae8cfa852216d Reviewed-on: http://review.typo3.org/43668 Reviewed-by:Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Classes/Core/ClassLoadingInformation.php 29 additions, 5 deletionstypo3/sysext/core/Classes/Core/ClassLoadingInformation.php
- typo3/sysext/core/Classes/Core/ClassLoadingInformationGenerator.php 28 additions, 56 deletions...xt/core/Classes/Core/ClassLoadingInformationGenerator.php
- typo3/sysext/core/Tests/Unit/Core/ClassLoadingInformationGeneratorTest.php 36 additions, 1 deletion.../Tests/Unit/Core/ClassLoadingInformationGeneratorTest.php
- typo3/sysext/core/Tests/Unit/Core/Fixtures/test_extension/Resources/PHP/Test.php 19 additions, 0 deletions.../Unit/Core/Fixtures/test_extension/Resources/PHP/Test.php
- typo3/sysext/core/Tests/Unit/Core/Fixtures/test_extension/composer.json 20 additions, 0 deletions...ore/Tests/Unit/Core/Fixtures/test_extension/composer.json
- typo3/sysext/core/Tests/Unit/Core/Fixtures/test_extension/ext_emconf.php 19 additions, 0 deletions...re/Tests/Unit/Core/Fixtures/test_extension/ext_emconf.php
Please register or sign in to comment