1 simpletest_example.module | _simpletest_example_explanation() |
Returns an explanation of this module.
Related topics
File
- modules/
examples/ simpletest_example/ simpletest_example.module, line 99 - Hook implementations for the SimpleTest Example module.
Code
function _simpletest_example_explanation() {
return t('This Simpletest Example is designed to give an example of simpletest tests to accompany <a href="@testing_framework">Testing Framework</a>.',
array('@testing_framework' => 'https://docs.backdropcms.org/documentation/testing-framework')
);
}