Make charset-related tests more friendly to hhvm; stricter tests for demo files
[plcapi.git] / tests / 5DemofilesTest.php
index 63708fe..b7a3871 100644 (file)
@@ -54,7 +54,7 @@ class DemoFilesTest extends PhpXmlRpc_LocalFileTestCase
 
     public function testSimpleCall()
     {
-        $page = $this->request('client/simple_call.php');
+        $page = $this->request('client/simple_call.php', 'GET', null, true);
     }
 
     public function testWhich()