Ejemplo n.º 1
0
 public function testGetApps()
 {
     $config = new \OC\AppConfig(\OC::$server->getDatabaseConnection());
     $this->assertEquals(['anotherapp', 'someapp', 'testapp', '123456'], $config->getApps());
 }