When enabling/disabling development mode, the module cache file is not removed. On investigation, it seems this is because the application configuration returned by getApplicationConfig() in ConfigDiscoveryTrait is an empty array, which in turn is because the application configuration file is not being read in correctly.
Other functionality (addition/removal of development.*.dist files) is fine.
Originally posted by @vvaswani at zfcampus/zf-development-mode#22
When enabling/disabling development mode, the module cache file is not removed. On investigation, it seems this is because the application configuration returned by
getApplicationConfig()inConfigDiscoveryTraitis an empty array, which in turn is because the application configuration file is not being read in correctly.Other functionality (addition/removal of
development.*.distfiles) is fine.Originally posted by @vvaswani at zfcampus/zf-development-mode#22