Вход Регистрация
Файл: Main Website Files/assets/libraries/stripe-php-2.2.0/tests/AuthenticationErrorTest.php
Строк: 12
<?php

namespace Stripe;

class 
AuthenticationErrorTest extends TestCase
{
    public function 
testInvalidCredentials()
    {
        
Stripe::setApiKey('invalid');
        try {
            
Customer::create();
        } catch (
ErrorAuthentication $e) {
            
$this->assertSame(401$e->getHttpStatus());
        }
    }
}
Онлайн: 0
Реклама