/opt/alt/php71/usr/share/pear/test/Mail_Mime/tests
Edit: /opt/alt/php71/usr/share/pear/test/Mail_Mime/tests/test_Bug_21255.phpt (352B)
--TEST--
Bug #21255 Boundary gets added twice
--SKIPIF--
--FILE--
setHTMLBody('html');
$mime->setTXTBody('text');
$mime->setContentType('multipart/alternative', array('boundary' => 'something'));
$msg = $mime->getMessage();
echo substr_count($msg, 'boundary=');
?>
--EXPECT--
1