dir = $dir; } public function getDir() { return $this->dir.$this->getId().DIRECTORY_SEPARATOR; } }; $ext->setServiceLocator($this->getServiceLocatorMock([])); $this->assertInstanceOf(\common_ext_ExtensionUpdater::class, $ext->getUpdater()); } }