コード例 #1
0
 /**
  * Vrací WHERE pro složitější SQL dotazy.
  *
  * @covers IECfg::getListingQueryWhere
  */
 public function testGetListingQueryWhere()
 {
     $lqwhere = $this->object->getListingQueryWhere();
     $this->assertEmpty($lqwhere);
 }