You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2023. It is now read-only.
could you add an include for the vendor/autoload.php to the bootstrap.php?
The last time I tried this there was only one problem, which should be fixed now.
I tried to install it using composer,
I have found some workarounds,
but now I have another error:
Here is what I do:
run
composer update
copy vfsStream manually, because of vfsStream is not copied to lib directory magento-hackathon/magento-composer-installer#128
cp -rf vendor/mikey179/vfsStream/src lib/vfsStream/
add to
app/code/community/EcomDev/PHPUnit/bootstrap.php
to avoidCookies already sent
:add phpunit.xml.dist (copy from EcomDev repo)
install ecomdev:
phpunit
The text was updated successfully, but these errors were encountered: