You are here

function Braintree_WebhookNotificationTest::testVerify in Commerce Braintree 7

File

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

Class

Braintree_WebhookNotificationTest

Code

function testVerify() {
  $verificationString = Braintree_WebhookNotification::verify('verification_token');
  $this
    ->assertEquals('integration_public_key|c9f15b74b0d98635cd182c51e2703cffa83388c3', $verificationString);
}