add a few more tests stressing failure scenarios for wrap_xmlrpc_method
[plcapi.git] / tests / 6HTTPTest.php
index ea0487b..3a14809 100644 (file)
@@ -24,6 +24,7 @@ class HTTPTest extends ServerTest
         $unsafeMethods = array(
             'testCatchExceptions', 'testUtf8Method', 'testServerComments',
             'testExoticCharsetsRequests', 'testExoticCharsetsRequests2', 'testExoticCharsetsRequests3',
+            'testWrapInexistentUrl',
         );
 
         $methods = array();