3 class PaymentWebformTestCallablesWebTestCase
extends XtoolsWebTestCase
{
5 static
function getInfo() {
8 'group' => 'Payment for Webform',
9 'dependencies' => array('payment_webform', 'xtools'),
13 function setUp(array $modules = array()) {
14 parent
::setUp($modules + array('xtools'));
17 function testCoreHookReturnValue() {
18 $this->XtoolsAssertCallables(array('payment_webform'), array('drupal', 'webform'));