submitted by Tim 2 years 21 weeks ago
(from drupal.org)
This tutorial will take you through the basics of testing in Drupal and by the end you should be able to write your first test! For this example we will create a dummy module called "mymodule". Mymodule does nothing more than provide a content type called "mymodule", which is exactly the same as any basic Drupal node type (like 'page'). The tutorial will then explain how to test that the custom content type provided to ensure it functions properly.
(Simpletest Tutorial >>)
Comments
Post new comment