public function testNotEmptyRole()
 {
     $name = 'another test role';
     $role = new AccountUserRole($name);
     $this->assertEquals(AccountUserRole::PREFIX_ROLE . 'ANOTHER_TEST_ROLE', $role->getRole());
 }