Example #1
0
 /**
  * @test
  */
 public function hasTargetGroups()
 {
     $this->addTargetGroupRelation(array());
     self::assertTrue($this->fixture->hasTargetGroups());
 }