]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tests/Wallabag/CoreBundle/Command/ReloadEntryCommandTest.php
tests: add a NetworkCalls group for tests making network calls
[github/wallabag/wallabag.git] / tests / Wallabag / CoreBundle / Command / ReloadEntryCommandTest.php
index c4bd6dacecbc50d1317e00b30c6939332d01df28..a0e2939cf27528951c955da2a51022af08ce4df9 100644 (file)
@@ -45,6 +45,9 @@ class ReloadEntryCommandTest extends WallabagCoreTestCase
         $this->getEntityManager()->flush();
     }
 
+    /**
+     * @group NetworkCalls
+     */
     public function testRunReloadEntryCommand()
     {
         $application = new Application($this->getClient()->getKernel());
@@ -70,6 +73,9 @@ class ReloadEntryCommandTest extends WallabagCoreTestCase
         $this->assertContains('Done', $tester->getDisplay());
     }
 
+    /**
+     * @group NetworkCalls
+     */
     public function testRunReloadEntryWithUsernameCommand()
     {
         $application = new Application($this->getClient()->getKernel());