Forcing SimpleTest to use the live database

Feb
23
By Morbus Iff | Filed Under: Drupal, SimpleTest

SimpleTest, the test suite that Drupal started using, and then improved upon, has primarily been used to test modules in their own little sandbox, unaffected by the outside world, user data, or client-desired tweaks. This is perfectly fine when you're working on a controlled piece of code, like a module intended for release. Read More >>>