Run Digest Access Authentication test on HHVM

This commit is contained in:
Zach Borboa
2017-07-03 01:59:27 -07:00
parent a0391a9167
commit 95041d6c49
2 changed files with 0 additions and 12 deletions
-6
View File
@@ -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';