find() public static method

static methods redirecting to gateway
public static find ( $token )
 public function testFind_throwsIfCannotBeFound()
 {
     $this->setExpectedException('Braintree\\Exception\\NotFound');
     Braintree\UsBankAccount::find(Test\Helper::generateInvalidUsBankAccountNonce());
 }