create() public method

public create ( )
 public function testCreateTransactionWithEmptyXMLResponse()
 {
     $this->client->addResponse('POST', '/transactions', 'transactions/empty.xml');
     $transaction = new Recurly_Transaction(null, $this->client);
     $transaction->create();
 }