Sindbad~EG File Manager

Current Path : /home/escuelai/www/it/vendor/html2text/html2text/test/
Upload File :
Current File : /home/escuelai/www/it/vendor/html2text/html2text/test/StrToUpperTest.php

<?php

namespace Html2Text;

class StrToUpperTest extends \PHPUnit_Framework_TestCase
{
    public function testToUpper()
    {
    	$html =<<<EOT
<h1>Will be UTF-8 (äöüèéилčλ) uppercased</h1>
<p>Will remain lowercased</p>
EOT;
        $expected =<<<EOT
WILL BE UTF-8 (ÄÖÜÈÉИЛČΛ) UPPERCASED

Will remain lowercased

EOT;

        $html2text = new Html2Text($html);
        $output = $html2text->getText();

        $this->assertEquals($expected, $output);
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists