You are here

static function PaymentTestEntityCrudWebTestCase::getInfo in Payment 7

File

tests/payment_test/tests/PaymentTestEntityCrudWebTestCase.test, line 13
Contains class PaymentTestEntityCrudWebTestCase.

Class

PaymentTestEntityCrudWebTestCase
Tests entity CRUD functionality.

Code

static function getInfo() {
  return array(
    'description' => '',
    'name' => 'Entity CRUD functionality',
    'group' => 'Payment',
  );
}