Home
last modified time | relevance | path

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

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