Lines Matching refs:dump
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);
329 … $this->assertMatchesRegularExpression('/' . preg_quote($expected_mail_body, '/') . '/', $dump);
358 $dump = $mail->dump();
364 … $this->assertMatchesRegularExpression('/' . preg_quote($expected_mail_body, '/') . '/', $dump);