diff --git a/payment/tests/payment_test/payment_test.info b/payment/tests/payment_test/payment_test.info new file mode 100644 index 0000000..7cba55c --- /dev/null +++ b/payment/tests/payment_test/payment_test.info @@ -0,0 +1,8 @@ +name = Payment tests +description = "Supports Payment's automated tests." +core = 7.x +dependencies[] = payment +dependencies[] = xtools +package = Payment +hidden = TRUE +files[] = tests/PaymentTestCoreHookReturnValue.test \ No newline at end of file diff --git a/payment/tests/payment_test/payment_test.module b/payment/tests/payment_test/payment_test.module new file mode 100644 index 0000000..e69de29 diff --git a/payment/tests/payment_test/tests/PaymentTestCoreHookReturnValue.test b/payment/tests/payment_test/tests/PaymentTestCoreHookReturnValue.test new file mode 100644 index 0000000..681533c --- /dev/null +++ b/payment/tests/payment_test/tests/PaymentTestCoreHookReturnValue.test @@ -0,0 +1,19 @@ + "Payment's implementations of Drupal core info hooks", + 'group' => 'Payment', + ); + } + + function setUp() { + parent::setUp(array('xtools', 'payment')); + } + + function testCoreHookReturnValue() { + $this->XtoolsAssertCoreHookReturnValue('payment'); + } +} \ No newline at end of file diff --git a/paymentbilling/tests/paymentbilling_test/paymentbilling_test.info b/paymentbilling/tests/paymentbilling_test/paymentbilling_test.info new file mode 100644 index 0000000..b20ec2d --- /dev/null +++ b/paymentbilling/tests/paymentbilling_test/paymentbilling_test.info @@ -0,0 +1,8 @@ +name = Billing tests +description = "Supports Billing's automated tests." +core = 7.x +dependencies[] = paymentbilling +dependencies[] = xtools +package = Payment +hidden = TRUE +files[] = tests/PaymentBillingTestCoreHookReturnValue.test \ No newline at end of file diff --git a/paymentbilling/tests/paymentbilling_test/paymentbilling_test.module b/paymentbilling/tests/paymentbilling_test/paymentbilling_test.module new file mode 100644 index 0000000..e69de29 diff --git a/paymentbilling/tests/paymentbilling_test/tests/PaymentBillingTestCoreHookReturnValue.test b/paymentbilling/tests/paymentbilling_test/tests/PaymentBillingTestCoreHookReturnValue.test new file mode 100644 index 0000000..66e0f3b --- /dev/null +++ b/paymentbilling/tests/paymentbilling_test/tests/PaymentBillingTestCoreHookReturnValue.test @@ -0,0 +1,19 @@ + "Billing's implementations of Drupal core info hooks", + 'group' => 'Billing', + ); + } + + function setUp() { + parent::setUp(array('xtools', 'paymentbilling')); + } + + function testCoreHookReturnValue() { + $this->XtoolsAssertCoreHookReturnValue('paymentbilling'); + } +} \ No newline at end of file diff --git a/paymentform/tests/paymentform_test/paymentform_test.info b/paymentform/tests/paymentform_test/paymentform_test.info new file mode 100644 index 0000000..2cc8a71 --- /dev/null +++ b/paymentform/tests/paymentform_test/paymentform_test.info @@ -0,0 +1,8 @@ +name = Payment Form Field tests +description = "Supports Payment Form's automated tests." +core = 7.x +dependencies[] = paymentform +dependencies[] = xtools +package = Payment +hidden = TRUE +files[] = tests/PaymentFormTestCoreHookReturnValue.test \ No newline at end of file diff --git a/paymentform/tests/paymentform_test/paymentform_test.module b/paymentform/tests/paymentform_test/paymentform_test.module new file mode 100644 index 0000000..e69de29 diff --git a/paymentform/tests/paymentform_test/tests/PaymentFormTestCoreHookReturnValue.test b/paymentform/tests/paymentform_test/tests/PaymentFormTestCoreHookReturnValue.test new file mode 100644 index 0000000..48c0abd --- /dev/null +++ b/paymentform/tests/paymentform_test/tests/PaymentFormTestCoreHookReturnValue.test @@ -0,0 +1,19 @@ + "Payment Form Field's implementations of Drupal core info hooks", + 'group' => 'Payment Form Field', + ); + } + + function setUp() { + parent::setUp(array('xtools', 'paymentform')); + } + + function testCoreHookReturnValue() { + $this->XtoolsAssertCoreHookReturnValue('paymentform'); + } +} \ No newline at end of file diff --git a/paymentreference/tests/paymentreference_test/paymentreference_test.info b/paymentreference/tests/paymentreference_test/paymentreference_test.info new file mode 100644 index 0000000..e58cfb5 --- /dev/null +++ b/paymentreference/tests/paymentreference_test/paymentreference_test.info @@ -0,0 +1,8 @@ +name = Payment tests +description = "Supports Payment Reference's automated tests." +core = 7.x +dependencies[] = paymentreference +dependencies[] = xtools +package = Payment +hidden = TRUE +files[] = tests/PaymentReferenceTestCoreHookReturnValue.test \ No newline at end of file diff --git a/paymentreference/tests/paymentreference_test/paymentreference_test.module b/paymentreference/tests/paymentreference_test/paymentreference_test.module new file mode 100644 index 0000000..e69de29 diff --git a/paymentreference/tests/paymentreference_test/tests/PaymentReferenceTestCoreHookReturnValue.test b/paymentreference/tests/paymentreference_test/tests/PaymentReferenceTestCoreHookReturnValue.test new file mode 100644 index 0000000..5983074 --- /dev/null +++ b/paymentreference/tests/paymentreference_test/tests/PaymentReferenceTestCoreHookReturnValue.test @@ -0,0 +1,19 @@ + "Payment Reference's implementations of Drupal core info hooks", + 'group' => 'Payment Reference', + ); + } + + function setUp() { + parent::setUp(array('xtools', 'paymentreference')); + } + + function testCoreHookReturnValue() { + $this->XtoolsAssertCoreHookReturnValue('paymentreference'); + } +} \ No newline at end of file