Ah ha, thanks for the info. I'll have to see if I can get this to integrate with PHPUnderControl at all. Will keep the list updated if I run into any problems with doing so. I notice D7 is using their own testing framework instead of using PHPUnit, which is why I'm skeptical about being able to integrate them, but I'll have to see. Where there's a nerd with determination, there's a way. Brad Bowman wrote:
Fantastic idea. So good we already did it :) The SimpleTest module was committed to core in June I believe, for the contrib version of the project check out http://drupal.org/project/simpletest
Drupal 7 will ship with the SimpleTest module included, as well as a handful of tests. There is still work to be done though, so if you'd like to get involved you can dive into the list of issues here: http://drupal.org/project/issues?projects=3060&components=tests&states=1,16,...
Thanks, Brad Aten Design Group Phone: 303.831.0449
On Fri, Oct 24, 2008 at 12:11 PM, Steven Surowiec <steven@digitalpulp.com> wrote:
I've been working on several Drupal projects for work and am thinking of getting an install of PHPUnderControl (http://www.phpundercontrol.org) and was wondering if there's any tests for Drupal core that are publicly available I'd be able to drop into the test suite. If not I think this would be something worth putting some time into, even as a regular project on the site. Since all the modules we write depend, in some way, on the core code, being able to include a generic core test suite in with our own would probably prove to be pretty useful. Especially for those of us that find ourselves needing to occasionally dig into core code now and then.