Home
last modified time | relevance | path

Searched refs:expectedJSONRPCType (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/_test/tests/Remote/OpenApiDoc/
H A DTypeTest.php53 …public function testJSONBaseTypes($typehint, $expectedJSONRPCType, $expectedXMLRPCType, $context =… argument
56 $this->assertEquals($expectedJSONRPCType, $type->getJSONRPCType());
67 …public function testXMLBaseTypes($typehint, $expectedJSONRPCType, $expectedXMLRPCType, $context = … argument