Bug #70557
closedautoload-dev information in composer.json can lead to exception when executing test
100%
Description
Since recently autoload-dev class loading information is evaluated in non composer mode and application context testing.
This however can lead to a situation where the information provided in a composer.json is invalid unless a composer install is performed in the extension directory.
composer ignores this info in a composer.json unless this composer.json is the root. In TYPO3 non composer mode however we need to add some class loading info
for each extension, but we must ignore any information provided in the composer.json
The solution is to only use autoload-dev if provided in the ext_emconf.php file.
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43954
Updated by Helmut Hummel about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e96fb8b58115e23c4f32485090ded42deb369c8c.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed