Text = new TextExtHelper(new View(null)); } public function testObject() { $this->assertTrue(is_a($this->Text, 'TextExtHelper')); } public function testAutoLinkEmails() { $text = 'Text with a url euro@euro.de and more'; $expected = 'Text with a url euro@euro.de and more'; $result = $this->Text->autoLinkEmails($text, array()); $this->assertEquals($result, $expected); $text = 'Text with a url euro@euro.de and more'; $expected = 'Text with a url euro@euro.de and more\''; $result = $this->Text->autoLinkEmails($text, array('obfuscate'=>true)); pr($text); echo $result; pr(h($result)); $this->assertNotEqual($result, $text); } public function testAutoLinkEmailsWithHtmlOrDangerousStrings() { $text = 'Text with a email euro@euro.de and more'; $expected = 'Text <i>with a email</i> euro@euro.de and more'; $result = $this->Text->autoLinkEmails($text); //pr(h($text)); $this->assertEquals($result, $expected); } public function testStripProtocol() { $urls = array( 'http://www.cakephp.org/bla/bla' => 'www.cakephp.org/bla/bla', 'www.cakephp.org' => 'www.cakephp.org' ); foreach ($urls as $url => $expected) { $is = $this->Text->stripProtocol($url); $this->assertEquals($is, $expected); } } public function testAutoLinkUrls() { $texts = array( 'text http://www.cakephp.org/bla/bla some more text' => '', 'This is a test text with URL http://www.cakephp.org\tand some more text' => 'This is a test text with URL http://www.cakephp.org\tand some more text' ); foreach ($texts as $text => $expected) { //$is = $this->Text->stripProtocol($url); //$this->assertEquals($is, $expected); } $text = 'Text with a url www.cot.ag/cuIb2Q/eruierieriu-erjekr and more'; $expected = 'Text with a url www.cot.ag/c... and more'; $result = $this->Text->autoLinkUrls($text, array('maxLength'=>12)); $this->assertEquals($result, $expected); $text = 'Text with a url http://www.cot.ag/cuIb2Q/eru and more'; $expected = 'Text with a url www.cot.ag/cuIb2Q/eru and more'; $result = $this->Text->autoLinkUrls($text, array('stripProtocol'=>true)); $this->assertEquals($result, $expected); $text = 'Text with a url http://www.cot.ag/cuIb2Q/eruierieriu-erjekr and more'; $expected = 'Text with a url http://www.cot.ag/cuIb2Q/eruierieriu-erjekr and more'; $result = $this->Text->autoLinkUrls($text, array('stripProtocol'=>false, 'maxLength'=>0)); $this->assertEquals($result, $expected); $text = 'Text with a url www.cot.ag/cuIb2Q/eruierieriu-erjekrwerweuwrweir-werwer-werwerwe-werwerwer-werwerdfrffsd-werwer and more'; $expected = 'Text with a url www.cot.ag/cuIb2Q/eruierieriu-erjekrwerweuwrweir-w... and more'; $result = $this->Text->autoLinkUrls($text); $this->assertEquals($result, $expected); } public function testAutoLinkUrlsWithEscapeFalse() { $text = 'Text with a url www.cot.ag/cuIb2Q/eruierieriu-erjekrwerweuwrweir-werwer and more'; $expected = 'Text with a url www.cot.ag/cuIb2Q/er... and more'; $result = $this->Text->autoLinkUrls($text, array('maxLength'=>20), array('escape'=>false)); $this->assertEquals($result, $expected); # not yet working /* $text = 'Text with a url www.cot.ag/cuIb2Q/eruierieriu-erjekrwerweuwrweir-werwer and more'; $expected = 'Text with a url www.cot.ag/cuIb2Q/er… and more'; $result = $this->Text->autoLinkUrls($text, array('maxLength'=>20), array('escape'=>false, 'html'=>true)); $this->assertEquals($result, $expected); */ $text = '