From: gggeek Date: Tue, 10 Jan 2023 00:52:43 +0000 (+0000) Subject: try to fix tests X-Git-Tag: 4.9.5~12 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=fb839fef740a97a0aa60aa38d16b934d9a715558;p=plcapi.git try to fix tests --- diff --git a/demo/server/methodProviders/testsuite.php b/demo/server/methodProviders/testsuite.php index 6b6cd5ad..58f26b30 100644 --- a/demo/server/methodProviders/testsuite.php +++ b/demo/server/methodProviders/testsuite.php @@ -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, ),