getDatabaseConnection(); $l = $this->createMock('OCP\IL10N'); $this->db = new Bdd($myDb,$l); } public function testConfiguration(){ $result = json_decode($this->db->getConfiguration($this->userId)); $this->assertIsArray($result); } }