Add test on EntryControllerTest for #3442

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf
2017-11-27 22:56:46 +01:00
parent af29e1bf07
commit 300f293cb1
2 changed files with 54 additions and 0 deletions

View File

@ -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;