Home
last modified time | relevance | path

Searched refs:fappend (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/_test/
Dbootstrap.php109 TestUtils::fappend(DOKU_CONF.'plugins.local.php', "\$plugins['$entry'] = 0;\n");
/dokuwiki/_test/core/
DTestUtils.php73 public static function fappend($file, $text) { function in TestUtils