diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-01-16 12:48:09 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-01-18 17:53:58 +0100 |
commit | 85e4febc24591ad8f5c531164ee4a73c0ae1cae9 (patch) | |
tree | f2c9a2d974b2ed2db3ea3db3de3696e19655c14e /apps/twofactor_backupcodes/settings | |
parent | 3b4b49fa957d6aa7eab5d3c24035dd71ea165d4e (diff) | |
download | nextcloud-server-85e4febc24591ad8f5c531164ee4a73c0ae1cae9.tar.gz nextcloud-server-85e4febc24591ad8f5c531164ee4a73c0ae1cae9.zip |
ignore code we're unable to test
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/twofactor_backupcodes/settings')
-rw-r--r-- | apps/twofactor_backupcodes/settings/personal.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/twofactor_backupcodes/settings/personal.php b/apps/twofactor_backupcodes/settings/personal.php index 037516e39a3..dc320c03f5b 100644 --- a/apps/twofactor_backupcodes/settings/personal.php +++ b/apps/twofactor_backupcodes/settings/personal.php @@ -1,5 +1,6 @@ <?php - +// @codeCoverageIgnoreStart $tmpl = new \OCP\Template('twofactor_backupcodes', 'personal'); return $tmpl->fetchPage(); +// @codeCoverageIgnoreEnd
\ No newline at end of file |