mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
add tests for MainScope and UserJob getters/setters
This commit is contained in:
@@ -288,6 +288,11 @@ class User implements UserInterface, \Stringable
|
||||
return null;
|
||||
}
|
||||
|
||||
public function getMainScopeHistories(): Collection
|
||||
{
|
||||
return $this->scopeHistories;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
@@ -332,6 +337,11 @@ class User implements UserInterface, \Stringable
|
||||
return null;
|
||||
}
|
||||
|
||||
public function getUserJobHistories(): Collection
|
||||
{
|
||||
return $this->jobHistories;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
|
Reference in New Issue
Block a user