コード例 #1
0
ファイル: QueryTest.php プロジェクト: jbanety/database
 /**
  * Tests rendering coupled with the \Joomla\Database\DatabaseQuery::setQuery method.
  *
  * @return  void
  *
  * @covers  \Joomla\Database\DatabaseQuery::__toString
  * @since   1.0
  */
 public function testSetQuery__toString()
 {
     $this->assertEquals('Some SQL', trim($this->instance->setQuery('Some SQL')));
 }