Beispiel #1
0
 /**
  * Test that the getParentGroup() method defaults to returning NULl
  */
 public function testThatGetParentGroupDefaultsToReturningNull()
 {
     $group = new Group();
     $this->assertNull($group->getParentGroup());
 }