From fb839fef740a97a0aa60aa38d16b934d9a715558 Mon Sep 17 00:00:00 2001 From: gggeek Date: Tue, 10 Jan 2023 00:52:43 +0000 Subject: [PATCH] try to fix tests --- demo/server/methodProviders/testsuite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ), -- 2.47.0