Writing Test Cases


nathanieltroutman - Posted on 10 August 2008

I've found out a couple of things while trying to write my test cases for SimpleTest:
  • You can debug the POSTs and GETs using <code>drupal_set_message($this->_content);</code> which will display the page as a message.
  •