Beispiel #1
0
 public function testGroupDoNothing()
 {
     $g = $this->result->getGrouping();
     $this->result->if(false)->group('bar');
     $this->assertEquals($g, $this->result->getGrouping());
 }