TASK: Add tests for mapping class
* Add minimum phpdoc. * Add tests. * Fix issue in class. * Fix phpmd issues.
parent
8db7a8bb
Branches
Showing
- composer.json 1 addition, 0 deletionscomposer.json
- src/Standards/Typo3Update/Feature/LegacyClassnameMapping.php 48 additions, 11 deletionssrc/Standards/Typo3Update/Feature/LegacyClassnameMapping.php
- tests/Feature/LegacyClassnameMappingTest.php 110 additions, 0 deletionstests/Feature/LegacyClassnameMappingTest.php
- tests/Fixtures/Standards/Typo3Update/Feature/LegacyClassnameMapping/ExpectedMappingContent.php 4 additions, 0 deletions...Feature/LegacyClassnameMapping/ExpectedMappingContent.php
- tests/Fixtures/Standards/Typo3Update/Feature/LegacyClassnameMapping/MappingContent.php 3 additions, 0 deletions...3Update/Feature/LegacyClassnameMapping/MappingContent.php
... | ... | @@ -31,6 +31,7 @@ |
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "5.7.*", | ||
"mikey179/vfsStream": "1.6.*", | ||
"symfony/finder": "3.2.*", | ||
"phpmd/phpmd": "2.6.*", | ||
"pdepend/pdepend": "2.5.*" | ||
... | ... |
tests/Feature/LegacyClassnameMappingTest.php
0 → 100644
Please register or sign in to comment