Searched refs:dump (Results 1 – 4 of 4) sorted by relevance
| /dokuwiki/_test/tests/inc/ |
| H A D | mailer.test.php | 159 $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 D | mysql.test.php | 264 $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 D | Mailer.class.php | 636 public function dump() function in Mailer
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 4239 public function dump() { function in phpQueryObject
|