19 Feb
2009
19 Feb
'09
3:23 p.m.
Executing arbitrary stuff in Drupal via cURL? Simple. As in "SimpleTest". The entire testing suite is based on cURL. I recommend having a look at http://drupal.org/project/simpletest, resp. /modules/simpletest in CVS HEAD of Drupal core. To get a feeling of how to use it properly, I recommend writing some tests for D7. That way, you'll learn how to properly use the testing framework, and thus, how to use cURL for doing arbitrary stuff. We even have some issues prepared for you: http://drupal.org/project/issues/drupal/term/345 sun