Exemplo n.º 1
0
 /**
  * Tests the escape method
  *
  * @return  void
  *
  * @since   3.0
  */
 public function testEscape()
 {
     $this->assertThat($this->object->escape('This is cool & fun to use!'), $this->equalTo('This is cool & fun to use!'));
 }