forked from wallabag/wallabag
Add test on EntryControllerTest for #3442
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user