dependency = $dependency; } public function getDependency(): MockDependency { return $this->dependency; } public function setProperty(string $value): void { $this->property = $value; } public function getProperty(): string { return $this->property; } }