#931762 by duellj: Fixed Missing docblocks in simpletest.install

merge-requests/26/head
Angie Byron 2010-10-15 23:40:21 +00:00
parent 6f1a855a16
commit 78e4211a5c
1 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,8 @@ function simpletest_uninstall() {
}
/**
* Implements hook_requirements().
*
* Check that the cURL extension exists for PHP.
*/
function simpletest_requirements($phase) {
@ -81,6 +83,9 @@ function simpletest_requirements($phase) {
return $requirements;
}
/**
* Implements hook_schema().
*/
function simpletest_schema() {
$schema['simpletest'] = array(
'description' => 'Stores simpletest messages',