Searched refs:checkAuth (Results 1 – 2 of 2) sorted by relevance
22 $this->assertTrue(checkAuth(), "Failure checkAuth, allow_all");31 $this->assertTrue(checkAuth(), "Failer checkAuth, allow testuser");41 $this->assertFalse(checkAuth(), "Failer checkAuth, notallow testuser");
46 function checkAuth(){ function in dokuwiki_jsonrpc_server76 if(!in_array($methodname,$this->public_methods) && !$this->checkAuth()){