Home
last modified time | relevance | path

Searched refs:TMP_DIR (Results 1 – 19 of 19) sorted by relevance

/plugin/uncmap/_test/
Dmapping.test.php16 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 …]
Dparser.test.php18 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 Dupdate-vendor.sh11 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/
DfindMissingDocuments.test.php87 $missing_file = file(TMP_DIR . '/data/meta/__move_missing');
90 $missing_media_file = file(TMP_DIR . '/data/meta/__move_missing_media');
DaffectedPagesNs.test.php52 $affected_file = file(TMP_DIR . '/data/meta/__move_affected');
Dnamespace_move.test.php117 $affected_file = file(TMP_DIR . '/data/meta/__move_affected');
212 $start_file = file(TMP_DIR . '/data/pages/start.txt');
/plugin/description/_test/
H A Daction.test.php24 TestUtils::rcopy(TMP_DIR, __DIR__ . '/data/');
H A Dglobal.test.php24 TestUtils::rcopy(TMP_DIR, __DIR__ . '/data/');
H A Dsyntax.test.php24 TestUtils::rcopy(TMP_DIR, __DIR__ . '/data/');
/plugin/watchcycle/_test/
Dmaintainer.test.php21 TestUtils::rcopy(TMP_DIR, __DIR__ . '/conf');
/plugin/backlinks2/_test/
Dsyntax_include.test.php36 TestUtils::rcopy(TMP_DIR, dirname(__FILE__).'/data/');
Dsyntax_include_deep.test.php36 TestUtils::rcopy(TMP_DIR, dirname(__FILE__).'/data/');
Dsyntax_exclude.test.php36 TestUtils::rcopy(TMP_DIR, dirname(__FILE__).'/data/');
Dsyntax.test.php36 TestUtils::rcopy(TMP_DIR, dirname(__FILE__).'/data/');
/plugin/backlinks/_test/
H A Dsyntax_include.test.php40 TestUtils::rcopy(TMP_DIR, dirname(__FILE__) . '/data/');
H A Dsyntax_include_deep.test.php40 TestUtils::rcopy(TMP_DIR, dirname(__FILE__) . '/data/');
H A Dsyntax_exclude.test.php40 TestUtils::rcopy(TMP_DIR, dirname(__FILE__) . '/data/');
H A Dsyntax.test.php40 TestUtils::rcopy(TMP_DIR, dirname(__FILE__) . '/data/');
/plugin/openlayersmap/_test/
H A Dsyntax.test.php41 TestUtils::rcopy(TMP_DIR, __DIR__ . '/data/');