1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

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>
This commit is contained in:
Kevin Decherf 2020-03-10 22:22:51 +01:00
parent 25c754f62f
commit 71f7e58fbd
3 changed files with 30 additions and 5 deletions

View file

@ -812,6 +812,9 @@ class ConfigControllerTest extends WallabagCoreTestCase
$em->flush();
}
/**
* @group NetworkCalls
*/
public function testDeleteAccount()
{
$client = $this->getClient();