add a few more tests stressing failure scenarios for wrap_xmlrpc_method
[plcapi.git] / tests / 6HTTPTest.php
index 74b8a01..3a14809 100644 (file)
@@ -9,7 +9,7 @@ include_once __DIR__ . '/5ServerTest.php';
 
 /**
  * Tests which stress http features of the library.
- * Each of these tests iterates over (almost) all of the 'localhost' tests
+ * Each of these tests iterates over (almost) all the 'localhost' tests
  */
 class HTTPTest extends ServerTest
 {
@@ -24,6 +24,7 @@ class HTTPTest extends ServerTest
         $unsafeMethods = array(
             'testCatchExceptions', 'testUtf8Method', 'testServerComments',
             'testExoticCharsetsRequests', 'testExoticCharsetsRequests2', 'testExoticCharsetsRequests3',
+            'testWrapInexistentUrl',
         );
 
         $methods = array();