Version 1.5 (checked in on 2010/12/10 at 06:46:51 by rfay)
An example of simpletest tests to accompany the tutorial at http://drupal.org/node/890654.
This is built on a traditional node-type implementation.
| Name | Description |
|---|---|
| simpletest_example_form | Implements hook_form(). |
| simpletest_example_menu | Implements hook_menu(). |
| simpletest_example_node_access | Implements hook_node_access(). |
| simpletest_example_node_info | Implements hook_node_info(). |
| simpletest_example_permission | Implements hook_permission(). |
| _simpletest_example_explanation | Return an explanation of this module. |