Skip to content
Snippets Groups Projects
Commit 58119ee4 authored by totten's avatar totten
Browse files

CRM_Extension_Container_AllTests - Fix error about abstract method

parent fb0ec9f7
Branches
Tags
No related merge requests found
......@@ -86,7 +86,8 @@ class CRM_Extension_Container_Collection implements CRM_Extension_Container_Inte
}
return $errors;
}
/**
/**
* {@inheritdoc}
*/
public function getKeys() {
......
......@@ -40,6 +40,13 @@ class CRM_Extension_Container_Static implements CRM_Extension_Container_Interfac
$this->exts = $exts;
}
/**
* {@inheritdoc}
*/
public function checkRequirements() {
return array();
}
/**
* {@inheritdoc}
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment