1
0
Fork 0
composer/tests/Composer/Test/Util
jakoch 74a077dd3d updated spdx-license handling to include metadata
issue https://github.com/composer/composer/issues/3744

summary of changes
- replaced bin script "fetch-spdx-identifiers" by "update-spdx-licenses"
- "update-spdx-licenses" uses "Composer/Util/SpdxLicensesUpdater" to update "spdx-licenses.json" file with license identifier, fullname and osi-approved-status
- dropped "spdx-identifiers.json" (identifiers only)
- dropped "SpdxLicenseIdentifier", it's just "SpdxLicense" now
- modified "ShowCommand" to output the license with metadata and removed some unused method arguments (cleanup)
2015-03-29 22:46:38 +02:00
..
ErrorHandlerTest.php Check only part of the error message as it's different in hhvm 2013-10-14 15:57:19 -07:00
FilesystemTest.php added test removing directory with trailing slash that is symlinked 2014-07-28 23:49:44 +02:00
GitHubTest.php Implement writeError throughout Composer 2015-02-25 11:00:35 +01:00
PerforceTest.php CS fixes 2014-10-17 18:57:27 +01:00
ProcessExecutorTest.php Add parallel build to travis script 2013-09-25 10:23:48 +02:00
RemoteFilesystemTest.php overwrite -> overwriteError 2015-02-25 11:00:35 +01:00
SpdxLicenseTest.php updated spdx-license handling to include metadata 2015-03-29 22:46:38 +02:00
StreamContextFactoryTest.php Fix failures 2014-12-12 13:15:34 +00:00
SvnTest.php Moved config option to not save subversion credentials to repository configuration, added documentation. 2014-09-16 15:16:55 +02:00