diff --git a/tests/cache_config_test.php b/tests/cache_config_test.php index 43426ed..65bc3d1 100644 --- a/tests/cache_config_test.php +++ b/tests/cache_config_test.php @@ -25,6 +25,13 @@ */ class tool_forcedcache_cache_config_test extends \core_phpunit\testcase { + /** + * Temporary directory for loading config into + * + * @var string + */ + private $tmpdir; + /** * We need to load the config files outside of the $CFG->dirroot, so it * will be copied out as part of these tests.