X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2FWallabag%2FCoreBundle%2FWallabagCoreTestCase.php;fp=tests%2FWallabag%2FCoreBundle%2FWallabagCoreTestCase.php;h=6e1163c56ce2a285cf8499e448ed578e16c87839;hb=300f293cb1b7c2e2a94e3d716c75faf4b2a9b823;hp=1eda519946883052dc967584d180fd2c4edb4dd7;hpb=af29e1bf07aabaa6a4e4653c1a3b5c10ce831bb6;p=github%2Fwallabag%2Fwallabag.git 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;