Skip to content
Snippets Groups Projects
Commit 175a5979 authored by Tim Otten's avatar Tim Otten
Browse files

Merge pull request #126 from totten/abstract-err

CRM_Extension_Container_AllTests - Fix error about abstract method
parents fb0ec9f7 58119ee4
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