elliotchance / concise

✅ Concise is test framework for using plain English and minimal code, built on PHPUnit.
MIT License
45 stars 3 forks source link

vendor/ path is hardcoded #345

Open willemstuursma opened 7 years ago

willemstuursma commented 7 years ago

Got the following error running Consise:

vendor-dev/bin/concise --configuration tests/phpunit.xml --group "translations"
PHP Warning:  file_get_contents(/var/www/my-project/vendor-dev/elliotchance/concise/src/Concise/Core/../../../../../../vendor/composer/installed.json): failed to open stream: No such file or directory in /var/www/mccs/vendor-dev/elliotchance/concise/src/Concise/Core/Version.php on line 39

findVendorFolder() should respect COMPOSER_VENDOR_DIR or even better just use a relative path.