Codeception / Codeception/module-rest
REST amDigestAuthenticated doesn't work with framework modules
Aperta
- Lingua principale
- PHP
- Stelle
- 60
- Fork
- 30
- Merge medio
- 22h 37m
- PR unite (30g)
- 1
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.