I recently introduced an error that only raises my head during the development process because cache_classes is set to false. I would like to write a test to make sure this does not happen again, and I'm trying to do this by setting cache_classes to false at the beginning of the test. Is there a way to change this or any other configuration value after initialization?
The second, somewhat related question: if I wanted to see the cache_classes value (or, again, any other configuration value) in the console, how would I do it?
source
share