Codeception / Codeception/module-rest
REST amDigestAuthenticated doesn't work with framework modules
Ouverte
- Langage dominant
- PHP
- Étoiles
- 60
- Forks
- 30
- Merge moyen
- 22 h 37 min
- PR mergées (30 j)
- 1
Description
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.