From 300f293cb1b7c2e2a94e3d716c75faf4b2a9b823 Mon Sep 17 00:00:00 2001 From: Kevin Decherf Date: Mon, 27 Nov 2017 22:56:46 +0100 Subject: Add test on EntryControllerTest for #3442 Signed-off-by: Kevin Decherf --- tests/Wallabag/CoreBundle/WallabagCoreTestCase.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/Wallabag/CoreBundle/WallabagCoreTestCase.php') diff --git a/tests/Wallabag/CoreBundle/WallabagCoreTestCase.php b/tests/Wallabag/CoreBundle/WallabagCoreTestCase.php index 1eda5199..6e1163c5 100644 --- a/tests/Wallabag/CoreBundle/WallabagCoreTestCase.php +++ b/tests/Wallabag/CoreBundle/WallabagCoreTestCase.php @@ -25,6 +25,11 @@ abstract class WallabagCoreTestCase extends WebTestCase $this->client = static::createClient(); } + public function getNewClient() + { + return $this->client = static::createClient(); + } + public function getClient() { return $this->client; -- cgit v1.2.3