Codeception / Codeception/module-rest

REST amDigestAuthenticated doesn't work with framework modules

Đang mở
#49 4 bình luận 0 reaction 1 người được giao Được @Naktibalda nhận Xem trên GitHub
Ngôn ngữ chính
PHP
Star
60
Fork
30
Merge trung bình
22 giờ 37 phút
Pull request đã merge (30 ngày)
1

Mô tả

REST amDigestAuthenticated method doesn't work with framework modules.

https://github.com/Codeception/Codeception/blob/6f30eeb1032cff54ffcf99a87b01d8d6c839450b/src/Codeception/Module/REST.php#L263

``` php
public function amDigestAuthenticated($username, $password)
{
$this->client->setAuth($username, $password, CURLAUTH_DIGEST);
}
```

Only Guzzle connectors have `setAuth` method.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.