예제 #1
0
파일: ResultTest.php 프로젝트: smasty/neevo
 public function testGroupDoNothing()
 {
     $g = $this->result->getGrouping();
     $this->result->if(false)->group('bar');
     $this->assertEquals($g, $this->result->getGrouping());
 }