Preconditions
- 2.1.7
- php7.0
Steps to reproduce
- Clone an existing site, having previously been installed and committed to vcs, but without the vendored dependencies.
rm -rf media, and create a symlink that points to /tmp/thisdoesnotexist
- Try and install the application
Expected result
- The application install fails critically
Actual result
- The application install appears to succeed, but the files
boostrap.php etc. are missing.
See the following stack overflow post for further details. https://magento.stackexchange.com/questions/177924/magenta-2-1-5-composer-install-fails-to-generate-all-files/184666#184666
Preconditions
Steps to reproduce
rm -rfmedia, and create a symlink that points to/tmp/thisdoesnotexistExpected result
Actual result
boostrap.phpetc. are missing.See the following stack overflow post for further details. https://magento.stackexchange.com/questions/177924/magenta-2-1-5-composer-install-fails-to-generate-all-files/184666#184666