properties = $properties; } public function getIdentifier() { return LOCAL_NAMESPACE . 'virtualTestUser'; } public function setPropertyValues($property, $values) { $this->properties[$property] = $values; } public function getPropertyValues($property) { return isset($this->properties[$property]) ? $this->properties[$property] : []; } public function getRoles() { return []; } }