Added some tests to check if LabelSystem and scanner pages are available.

This commit is contained in:
Jan Böhmer 2020-05-10 13:28:01 +02:00
parent df6546d94d
commit 7e656be246
6 changed files with 174 additions and 7 deletions

View file

@ -73,6 +73,12 @@ class LabelProfile extends AttachmentContainingDBElement
return $this->options;
}
public function setOptions(LabelOptions $labelOptions): LabelProfile
{
$this->options = $labelOptions;
return $this;
}
/**
* Get the comment of the element.
* @return string the comment