Lines Matching refs:TMP_DIR
16 TestUtils::rcopy(TMP_DIR, dirname(__FILE__).'/../conf/mapping.php');
20 …:fappend(dirname(__FILE__).'/../conf/mapping.php','x \\\\server2\\shareTest '.TMP_DIR.PHP_EOL);
22 mkdir(TMP_DIR.'/shareTest');
23 touch(TMP_DIR.'/shareTest/testfile.tmp');
24 mkdir(TMP_DIR.'/documentsTest');
25 touch(TMP_DIR.'/documentsTest/testdefaultfile.tmp');
30 if(file_exists(TMP_DIR.'/mapping.php')) {
32 TestUtils::rcopy(dirname(__FILE__).'/../conf', TMP_DIR.'/mapping.php');
34 TestUtils::rdelete(TMP_DIR.'/shareTest');
35 TestUtils::rdelete(TMP_DIR.'/documentsTest');
157 $conf['plugin']['uncmap']['fileserver'] = TMP_DIR;