コード例 #1
0
ファイル: MysqlQueryTest.php プロジェクト: rokite/windwalker
 /**
  * Method to test q().
  *
  * @return void
  *
  * @covers Windwalker\Query\Query::q
  */
 public function testQ()
 {
     $this->assertEquals("'foo'", $this->instance->q('foo'));
 }