Esempio n. 1
0
 /**
  *
  */
 public function testBr2nl()
 {
     $this->assertEquals("Hello\nWorld!", Str::br2nl("Hello<br>World!"));
     $this->assertEquals("Hello\nWorld!", Str::br2nl("Hello<br/>World!"));
     $this->assertEquals("Hello\nWorld!", Str::br2nl("Hello<br />World!"));
 }