From: gggeek Date: Sun, 5 Nov 2017 22:56:58 +0000 (+0000) Subject: Add back more tests X-Git-Tag: 4.3.0~6 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=9075d498d49e21aae4632034b3e96b1568bba70f Add back more tests --- 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();