Skip to content

Commit 57ee87b

Browse files
authored
Merge pull request #71 from SashaAnastasi/MOODLE_405_STABLE-dynamicproperty
config test: explicitly declare class property
2 parents cd29909 + e299c06 commit 57ee87b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/cache_config_test.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@
2727
*/
2828
class cache_config_test extends \advanced_testcase {
2929

30+
/**
31+
* Temporary directory for loading config into
32+
*
33+
* @var string
34+
*/
35+
private $tmpdir;
36+
3037
/**
3138
* We need to load the config files outside of the $CFG->dirroot, so it
3239
* will be copied out as part of these tests.

0 commit comments

Comments
 (0)