You are here

static function Braintree_TestResource::fetch in Commerce Braintree 7

File

braintree_php/tests/unit/ResourceCollectionTest.php, line 10

Class

Braintree_TestResource

Code

static function fetch($ids) {
  return array_map("Braintree_TestResource::lookup", $ids);
}