• \n\t\tAccess forbidden

  • "; $this->assertTemplate($expectedHtml, $template); } public function test404() { $template = \OC::$SERVERROOT . '/core/templates/404.php'; $href = \OC::$server->getURLGenerator()->linkTo('', 'index.php'); $expectedHtml = ""; $this->assertTemplate($expectedHtml, $template); } }