Ejemplo n.º 1
0
 /**
  * @testdox Implements \Organizations\Entity\EmployeeInterface
  * @dataProvider provideEmployeeRoles
  */
 public function testSetGetRole($role)
 {
     $this->target->setRole($role);
     $this->assertEquals($role, $this->target->getRole());
 }