Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: AuthenticationErrorTest.php
<?php class Stripe_AuthenticationErrorTest extends UnitTestCase { public function testInvalidCredentials() { Stripe::setApiKey('invalid'); try { Stripe_Customer::create(); } catch (Stripe_AuthenticationError $e) { $this->assertEqual(401, $e->getHttpStatus()); } } }