The previous autoloading setup for spec and tests was broken, which would make the loading of fixture fail (we don't have fixtures yet, which is why it works currently).
I also moved these rules to autoload-dev so that the prod deployment (installing with --no-dev) will not have them in its optimized classmap either
The previous autoloading setup for spec and tests was broken, which would make the loading of fixture fail (we don't have fixtures yet, which is why it works currently). I also moved these rules to autoload-dev so that the prod deployment (installing with
--no-dev
) will not have them in its optimized classmap either