aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Controller/SettingsControllerTest.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2016-02-04 17:29:14 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2016-02-04 17:29:14 +0100
commit855a4c680f4cb12f64999db2ff58cfb0bdc0614d (patch)
treeebd9bf7575776b56b3161f31ee035b44a6bbb928 /src/Wallabag/CoreBundle/Tests/Controller/SettingsControllerTest.php
parente008c037f53324b931f027483f9f1053171109c5 (diff)
downloadwallabag-855a4c680f4cb12f64999db2ff58cfb0bdc0614d.tar.gz
wallabag-855a4c680f4cb12f64999db2ff58cfb0bdc0614d.tar.zst
wallabag-855a4c680f4cb12f64999db2ff58cfb0bdc0614d.zip
Fix #1643: fix the way to load the HTML template in 2factor auth
Diffstat (limited to 'src/Wallabag/CoreBundle/Tests/Controller/SettingsControllerTest.php')
-rw-r--r--src/Wallabag/CoreBundle/Tests/Controller/SettingsControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Tests/Controller/SettingsControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/SettingsControllerTest.php
index 354aedba..fd698b3e 100644
--- a/src/Wallabag/CoreBundle/Tests/Controller/SettingsControllerTest.php
+++ b/src/Wallabag/CoreBundle/Tests/Controller/SettingsControllerTest.php
@@ -6,7 +6,7 @@ use Wallabag\CoreBundle\Tests\WallabagCoreTestCase;
6 6
7/** 7/**
8 * The controller `SettingsController` does not exist. 8 * The controller `SettingsController` does not exist.
9 * This test cover security against the internal settings page managed by CraueConfigBundle 9 * This test cover security against the internal settings page managed by CraueConfigBundle.
10 */ 10 */
11class SettingsControllerTest extends WallabagCoreTestCase 11class SettingsControllerTest extends WallabagCoreTestCase
12{ 12{