aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/WallabagCoreTestCase.php
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2017-11-27 22:56:46 +0100
committerKevin Decherf <kevin@kdecherf.com>2017-12-13 22:44:31 +0100
commit300f293cb1b7c2e2a94e3d716c75faf4b2a9b823 (patch)
tree177786412f334effb74135f715273eba77928ab6 /tests/Wallabag/CoreBundle/WallabagCoreTestCase.php
parentaf29e1bf07aabaa6a4e4653c1a3b5c10ce831bb6 (diff)
downloadwallabag-300f293cb1b7c2e2a94e3d716c75faf4b2a9b823.tar.gz
wallabag-300f293cb1b7c2e2a94e3d716c75faf4b2a9b823.tar.zst
wallabag-300f293cb1b7c2e2a94e3d716c75faf4b2a9b823.zip
Add test on EntryControllerTest for #3442
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'tests/Wallabag/CoreBundle/WallabagCoreTestCase.php')
-rw-r--r--tests/Wallabag/CoreBundle/WallabagCoreTestCase.php5
1 files changed, 5 insertions, 0 deletions
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
25 $this->client = static::createClient(); 25 $this->client = static::createClient();
26 } 26 }
27 27
28 public function getNewClient()
29 {
30 return $this->client = static::createClient();
31 }
32
28 public function getClient() 33 public function getClient()
29 { 34 {
30 return $this->client; 35 return $this->client;