You are here

static function Braintree_TestResource::lookup in Commerce Braintree 7

File

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

Class

Braintree_TestResource

Code

static function lookup($id) {
  return Braintree_ResourceCollectionTest::$values[intval($id)];
}