Create multiple substitutions groups.
Currently it is not possible to autoload src/ and tests/ at the same time.
Possible solution would be to have multiple base paths. Then substitutions would remove "App" prefix and "Tests" prefix, and findClass would just try to find it at both places (tests/ and src/)
Create multiple substitutions groups.
Currently it is not possible to autoload
src/andtests/at the same time.Possible solution would be to have multiple base paths. Then substitutions would remove "App" prefix and "Tests" prefix, and
findClasswould just try to find it at both places (tests/andsrc/)