Example #1
0
 /**
  * @test
  */
 public function getGroupsReturnsInitialValueForGroup()
 {
     $this->assertEquals(NULL, $this->subject->getGroups());
 }