-
Notifications
You must be signed in to change notification settings - Fork 49
Fix unit tests for Composer Installer #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix unit tests for Composer Installer #33
Conversation
2c23ded to
89dc756
Compare
tests/MagentoHackathon/Composer/Magento/PathMappingTranslationTest.php
Outdated
Show resolved
Hide resolved
| "description":"Composer installer for Magento modules", | ||
| "keywords":[ "composer-installer", "magento"], | ||
| "minimum-stability":"stable", | ||
| "test_version": "dev-master", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this needed. (added by tests ?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added this. It's needed for tests
magento-composer-installer/tests/MagentoHackathon/Composer/Magento/FullStack/AbstractTest.php:21
magento-composer-installer/tests/MagentoHackathon/Composer/Magento/FullStack/AbstractTest.php:59
perl -pi -e \'s/"version"/"test_version"/g\' ./composer.json
|
@magento import code to magento-trigger/magento-composer-installer |
This PR fixes failed unit tests for Composer Installer.
Should be merged after #32