mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 14:58:43 +02:00
✅ Make unit tests working
This commit is contained in:
@@ -50,7 +50,7 @@ abstract class AbstractExtension implements FormExtensionInterface
|
||||
}
|
||||
|
||||
if (!isset($this->types[$name])) {
|
||||
throw new InvalidArgumentException(sprintf('The type "%s" cannot be loaded by this extension.', $name));
|
||||
throw new InvalidArgumentException(\sprintf('The type "%s" cannot be loaded by this extension.', $name));
|
||||
}
|
||||
|
||||
return $this->types[$name];
|
||||
|
||||
Reference in New Issue
Block a user