Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dmailer.test.php159 $dump = $mail->dump();
165 $this->assertDoesNotMatchRegularExpression('/Content-Type: multipart/',$dump);
166 $this->assertMatchesRegularExpression('#Content-Type: text/plain; charset=UTF-8#',$dump);
167 $this->assertMatchesRegularExpression('/'.preg_quote($expected_mail_body,'/').'/',$dump);
227 $msg = $mail->dump();
291 $dump = $mail->dump();
295 … $this->assertMatchesRegularExpression('/' . preg_quote($expected_mail_body, '/') . '/', $dump);
322 $dump = $mail->dump();
327 $this->assertMatchesRegularExpression('/Content-Type: multipart/', $dump);
328 $this->assertMatchesRegularExpression('#Content-Type: text/plain; charset=UTF-8#', $dump);
[all …]
/dokuwiki/lib/plugins/authpdo/_test/
H A Dmysql.test.php264 $dump = preg_replace('/\.php$/', '.sql', $file);
270 $testdata[] = array($dbname, $dump, $data);
282 * @param string $dump The path to the dump file to import
285 public function test_database($dbname, $dump, $data){ argument
296 $this->importDatabase($dump);
/dokuwiki/inc/
H A DMailer.class.php636 public function dump() function in Mailer
/dokuwiki/_test/core/
H A DphpQuery-onefile.php4239 public function dump() { function in phpQueryObject