You are here

public function TransactionLegacyAPITest::get_info in Transaction 5

Provides information about this test.

Return value

array An array of test information.

File

tests/transaction_legacy.test, line 41
Contains the test for the pressflow_transaction legacy API provided in the transaction module (formerly pressflow_transaction).

Class

TransactionLegacyAPITest
Implements the test cases for the pressflow_transaction legacy API.

Code

public function get_info() {
  return array(
    'name' => t('transaction.module Legacy API Test'),
    'desc' => t('Tests pressflow_transaction legacy API functionality.'),
    'group' => 'Pressflow Core',
  );
}