コード例 #1
0
ファイル: JLayoutFileTest.php プロジェクト: klas/joomla-cms
 /**
  * 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!'));
 }