MDL-45699 cache: renamed cache_config_phpunittest

Renamed cache_config_phpunittest to cache_config_testing
This commit is contained in:
Sam Hemelryk
2014-12-09 10:51:20 +13:00
parent faa3b4022f
commit 664d834cd1
7 changed files with 70 additions and 51 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ class cache_factory {
// We have just a single class for PHP unit tests. We don't care enough about its
// performance to do otherwise and having a single method allows us to inject things into it
// while testing.
$class = 'cache_config_phpunittest';
$class = 'cache_config_testing';
}
// Check if we need to create a config file with defaults.