コード例 #1
0
ファイル: QueryTest.php プロジェクト: jbanety/database
 /**
  * Test for the castAsChar method.
  *
  * @return  void
  *
  * @covers  \Joomla\Database\DatabaseQuery::castAsChar
  * @since   1.0
  */
 public function testCastAsChar()
 {
     $this->assertThat($this->instance->castAsChar('123'), $this->equalTo('123'), 'The default castAsChar behaviour is to return the input.');
 }