Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
78e4211a
Commit
78e4211a
authored
Oct 15, 2010
by
webchick
Browse files
#931762
by duellj: Fixed Missing docblocks in simpletest.install
parent
6f1a855a
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/simpletest/simpletest.install
View file @
78e4211a
...
@@ -29,6 +29,8 @@ function simpletest_uninstall() {
...
@@ -29,6 +29,8 @@ function simpletest_uninstall() {
}
}
/**
/**
* Implements hook_requirements().
*
* Check that the cURL extension exists for PHP.
* Check that the cURL extension exists for PHP.
*/
*/
function
simpletest_requirements
(
$phase
)
{
function
simpletest_requirements
(
$phase
)
{
...
@@ -81,6 +83,9 @@ function simpletest_requirements($phase) {
...
@@ -81,6 +83,9 @@ function simpletest_requirements($phase) {
return
$requirements
;
return
$requirements
;
}
}
/**
* Implements hook_schema().
*/
function
simpletest_schema
()
{
function
simpletest_schema
()
{
$schema
[
'simpletest'
]
=
array
(
$schema
[
'simpletest'
]
=
array
(
'description'
=>
'Stores simpletest messages'
,
'description'
=>
'Stores simpletest messages'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment