Yevhen Petrov
Results
1
comments of
Yevhen Petrov
``` diff Index: src/Codeception/Lib/Connector/Guzzle.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8 =================================================================== --- src/Codeception/Lib/Connector/Guzzle.php (revision 2e51a84355f69b8b091abdac497a21a2ebc5621c) +++ src/Codeception/Lib/Connector/Guzzle.php (revision f057e640435466d64a929faa69a4a9cafb8a4da5) @@ -79,13 +79,18 @@ unset($this->requestOptions['headers'][$name]); } - public function setAuth($username, $password)...