예제 #1
0
 public function testGroupBy()
 {
     $result = $this->object->groupBy("abc")->getDbComponent()->getGroupPart();
     $compare = " GROUP BY abc";
     $this->assertEquals($compare, $result);
 }