mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-04 06:46:31 +00:00
Run Digest Access Authentication test on HHVM
This commit is contained in:
@@ -895,12 +895,6 @@ class CurlTest extends \PHPUnit\Framework\TestCase
|
||||
|
||||
public function testDigestHttpAuth()
|
||||
{
|
||||
// Skip Digest Access Authentication test on HHVM.
|
||||
// https://github.com/facebook/hhvm/issues/5201
|
||||
if (defined('HHVM_VERSION')) {
|
||||
$this->markTestSkipped();
|
||||
}
|
||||
|
||||
$username = 'myusername';
|
||||
$password = 'mypassword';
|
||||
$invalid_password = 'anotherpassword';
|
||||
|
||||
@@ -1916,12 +1916,6 @@ class MultiCurlTest extends \PHPUnit\Framework\TestCase
|
||||
|
||||
public function testDigestHttpAuthSuccess()
|
||||
{
|
||||
// Skip Digest Access Authentication test on HHVM.
|
||||
// https://github.com/facebook/hhvm/issues/5201
|
||||
if (defined('HHVM_VERSION')) {
|
||||
$this->markTestSkipped();
|
||||
}
|
||||
|
||||
$username = 'myusername';
|
||||
$password = 'mypassword';
|
||||
$invalid_password = 'anotherpassword';
|
||||
|
||||
Reference in New Issue
Block a user