Test Cases

You must have the Drupal for Firebug extension enabled to see the tests on the page. Download it directly or from the Mozilla.org developer page.

  • General Debugging Messages
    These are messages that can be placed anywhere in the code and are displayed in the Drupal for Firebug console window. They work in much the same was as drupal_set_message().
  • SQL Query Log
    This is a Drupal for Firebug display of the Devel module query log.
  • Form Handling
    All forms that are processed by hook_form_alter() are displayed here. Any changes, additions, or deletions are appropriately color coordinated in the output.
  • Node Handling
    All nodes that are processed by hook_nodeapi() are displayed here along with the $op applied to them.
  • User Handling
    The user records and associated $op performed on each one by hook_user().
  • Views Handling
    Each view that is loaded or themed is displayed with appropriate change highlighting.
  • Execute PHP Handling
    This tab allows PHP code to be executing in much the same was as the "Execute PHP" block works in the Devel module. Users must be given special permissions to use this feature.