Add back more tests
authorgggeek <giunta.gaetano@gmail.com>
Sun, 5 Nov 2017 22:56:58 +0000 (22:56 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sun, 5 Nov 2017 22:56:58 +0000 (22:56 +0000)
tests/4LocalhostMultiTest.php

index f75ee20..f4c5b17 100644 (file)
@@ -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();