public function TransactionTest::get_info in Transaction 5
Provides information about this test.
Return value
array An array of test information.
File
- tests/
transaction.test, line 41 - Contains the test for the transaction module (formerly pressflow_transaction).
Class
- TransactionTest
- Implements the test cases for the transaction module.
Code
public function get_info() {
return array(
'name' => t('transaction.module Test'),
'desc' => t('Tests transaction functionality.'),
'group' => 'Pressflow Core',
);
}