Creating tests. (drupal 6)
This example accompanies the tutorial at http://drupal.org/node/395012.
This is built on a traditional node-type implementation.
This example is part of the Examples for Developers Project which you can download and experiment with here: http://drupal.org/project/examples
| Name | Description |
|---|---|
| simpletest_example_access | Implementation of hook_access(). |
| simpletest_example_form | Implementation of hook_form(). |
| simpletest_example_menu | Implementation of hook_menu(). |
| simpletest_example_node_info | Implementation of hook_node_info(). |
| simpletest_example_perm | Implementation of hook_perm(). |
| _simpletest_example_explanation | Page to explain this example. |
examples/