From 9075d498d49e21aae4632034b3e96b1568bba70f Mon Sep 17 00:00:00 2001 From: gggeek Date: Sun, 5 Nov 2017 22:56:58 +0000 Subject: [PATCH] Add back more tests --- tests/4LocalhostMultiTest.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/4LocalhostMultiTest.php b/tests/4LocalhostMultiTest.php index f75ee20..f4c5b17 100644 --- a/tests/4LocalhostMultiTest.php +++ b/tests/4LocalhostMultiTest.php @@ -21,10 +21,9 @@ class LocalhostMultiTest extends LocalhostTest */ public function getSingleHttpTestMethods() { - $unsafeMethods = array('testHttps', 'testCatchExceptions', 'testUtf8Method', 'testServerComments', 'testExoticCharsetsRequests', - 'testExoticCharsetsRequests2', 'testExoticCharsetsRequests3', - // @todo the following are currently not compatible w Digest Auth (most likely because of client copy) and should be fixed - 'testcatchWarnings', 'testWrappedMethodAsSource', 'testTransferOfObjectViaWrapping' + $unsafeMethods = array( + 'testHttps', 'testCatchExceptions', 'testUtf8Method', 'testServerComments', + 'testExoticCharsetsRequests', 'testExoticCharsetsRequests2', 'testExoticCharsetsRequests3', ); $methods = array(); -- 2.43.0