try to fix tests
authorgggeek <giunta.gaetano@gmail.com>
Tue, 10 Jan 2023 00:52:43 +0000 (00:52 +0000)
committergggeek <giunta.gaetano@gmail.com>
Tue, 10 Jan 2023 00:52:43 +0000 (00:52 +0000)
demo/server/methodProviders/testsuite.php

index 6b6cd5a..58f26b3 100644 (file)
@@ -92,7 +92,7 @@ return array(
     // Greek word 'kosme'. NB: NOT a valid ISO8859 string!
     // NB: we can only register this when setting internal encoding to UTF-8, or it will break system.listMethods
     "tests.utf8methodname." . 'κόσμε' => array(
-        "function" => "exampleMethods::stringEcho",
+        "function" => "\\exampleMethods::stringEcho",
         "signature" => exampleMethods::$stringecho_sig,
         "docstring" => exampleMethods::$stringecho_doc,
     ),