Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions tests/cache_config_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading