Searched refs:TMP_DIR (Results 1 – 19 of 19) sorted by relevance
| /plugin/uncmap/_test/ |
| D | mapping.test.php | 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'); [all …]
|
| D | parser.test.php | 18 TestUtils::rcopy(TMP_DIR, dirname(__FILE__).'/../conf/mapping.php'); 25 if(file_exists(TMP_DIR.'/mapping.php')) { 27 TestUtils::rcopy(dirname(__FILE__).'/../conf', TMP_DIR.'/mapping.php');
|
| /plugin/bpmnio/ |
| H A D | update-vendor.sh | 11 TMP_DIR=$(mktemp -d) 25 local archive="$TMP_DIR/$name.tgz" 28 local extract_dir="$TMP_DIR/$name-extract" 40 local url_backup="$TMP_DIR/${name}_url.txt"
|
| /plugin/move/_test/ |
| D | findMissingDocuments.test.php | 87 $missing_file = file(TMP_DIR . '/data/meta/__move_missing'); 90 $missing_media_file = file(TMP_DIR . '/data/meta/__move_missing_media');
|
| D | affectedPagesNs.test.php | 52 $affected_file = file(TMP_DIR . '/data/meta/__move_affected');
|
| D | namespace_move.test.php | 117 $affected_file = file(TMP_DIR . '/data/meta/__move_affected'); 212 $start_file = file(TMP_DIR . '/data/pages/start.txt');
|
| /plugin/description/_test/ |
| H A D | action.test.php | 24 TestUtils::rcopy(TMP_DIR, __DIR__ . '/data/');
|
| H A D | global.test.php | 24 TestUtils::rcopy(TMP_DIR, __DIR__ . '/data/');
|
| H A D | syntax.test.php | 24 TestUtils::rcopy(TMP_DIR, __DIR__ . '/data/');
|
| /plugin/watchcycle/_test/ |
| D | maintainer.test.php | 21 TestUtils::rcopy(TMP_DIR, __DIR__ . '/conf');
|
| /plugin/backlinks2/_test/ |
| D | syntax_include.test.php | 36 TestUtils::rcopy(TMP_DIR, dirname(__FILE__).'/data/');
|
| D | syntax_include_deep.test.php | 36 TestUtils::rcopy(TMP_DIR, dirname(__FILE__).'/data/');
|
| D | syntax_exclude.test.php | 36 TestUtils::rcopy(TMP_DIR, dirname(__FILE__).'/data/');
|
| D | syntax.test.php | 36 TestUtils::rcopy(TMP_DIR, dirname(__FILE__).'/data/');
|
| /plugin/backlinks/_test/ |
| H A D | syntax_include.test.php | 40 TestUtils::rcopy(TMP_DIR, dirname(__FILE__) . '/data/');
|
| H A D | syntax_include_deep.test.php | 40 TestUtils::rcopy(TMP_DIR, dirname(__FILE__) . '/data/');
|
| H A D | syntax_exclude.test.php | 40 TestUtils::rcopy(TMP_DIR, dirname(__FILE__) . '/data/');
|
| H A D | syntax.test.php | 40 TestUtils::rcopy(TMP_DIR, dirname(__FILE__) . '/data/');
|
| /plugin/openlayersmap/_test/ |
| H A D | syntax.test.php | 41 TestUtils::rcopy(TMP_DIR, __DIR__ . '/data/');
|