Closed dallumnz closed 8 years ago
The fix for this is to change .gitattributes to not ignore the entire tests folder, but only the non-behat folders within this.
I think a better solution is to use https://getcomposer.org/doc/04-schema.md#autoload-dev
Is the classmap required for the tests to run or just an efficiency issue?
It's required to load some classes for behat, it seems.
autoload-dev is root only =(
blergh
Remove /tests
from .gitattributes and replace with
/tests/phpcs export-ignore
/tests/travis export-ignore
/tests/unit export-ignore
Fixed
Ignoring the tests folder for export creates an issue with composer when using --prefer-dist
Composer downloads the zip package without the /tests folder, however in composer.json you have "classmap": ["tests/behat/"]
resulting in