Exemplo n.º 1
0
 public function testGetParentRole()
 {
     $parent = new Feature();
     $parent->setRole('ROLE_USER');
     $this->entity->setParent($parent);
     $this->assertEquals('ROLE_USER', $this->entity->getParentRole());
 }