/opt/alt/php71/usr/share/pear/test/Mail_Mime/tests
Edit: /opt/alt/php71/usr/share/pear/test/Mail_Mime/tests/test_Bug_10596_1.phpt (296B)
--TEST--
Bug #10596 Incorrect handling of text and html '0' bodies
--SKIPIF--
--FILE--
setTxtBody('0');
$mime->setHTMLBody('0');
$body = $mime->get();
if ($body){
print("OK");
}else{
print("NO BODY FOUND");
}
--EXPECT--
OK