ie = new InboundEmail(); } function testEmailCleanup() { $inStr=<<
hello,
i recently got Batman Arkham City and tried to get catwoman as an add-on character but when i put the code in it said that my code had already been used.
what can i do, so that i can play catwoman?

EOS; $outStr=<< hello,


i recently got Batman Arkham City and tried to get catwoman as an add-on character but when i put the code in it said that my code had already been used.


what can i do, so that i can play catwoman?



EOS; $actual = SugarCleaner::cleanHtml($inStr); // Normalize the line endings - Bug #51227 $outStr = str_replace("\r\n", "\n", $outStr); $actual = str_replace("\r\n", "\n", $actual); $this->assertEquals(trim($outStr),trim($actual)); } }