aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2020-03-10 22:22:51 +0100
committerKevin Decherf <kevin@kdecherf.com>2020-04-25 15:59:23 +0200
commit71f7e58fbd84e1d15c7a405a3c5872adb937dc37 (patch)
tree88c6761b4215637bba34b263015e87750c92a187 /tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
parent25c754f62f2230b76d357d6201432fa141f865f2 (diff)
downloadwallabag-71f7e58fbd84e1d15c7a405a3c5872adb937dc37.tar.gz
wallabag-71f7e58fbd84e1d15c7a405a3c5872adb937dc37.tar.zst
wallabag-71f7e58fbd84e1d15c7a405a3c5872adb937dc37.zip
tests: add a NetworkCalls group for tests making network calls
Excluding this group can decrease the run time of tests during development. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php')
-rw-r--r--tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php b/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
index 40a1aa97..92d22267 100644
--- a/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
+++ b/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
@@ -812,6 +812,9 @@ class ConfigControllerTest extends WallabagCoreTestCase
812 $em->flush(); 812 $em->flush();
813 } 813 }
814 814
815 /**
816 * @group NetworkCalls
817 */
815 public function testDeleteAccount() 818 public function testDeleteAccount()
816 { 819 {
817 $client = $this->getClient(); 820 $client = $this->getClient();