forked from wallabag/wallabag
Removed old, not so maintained and buggy baggy theme
This commit is contained in:
committed by
Nicolas Lœuillet
parent
0883bda18d
commit
29308024ac
@ -86,7 +86,7 @@ class EntryControllerTest extends WallabagCoreTestCase
|
||||
public function testGetNew()
|
||||
{
|
||||
$this->logInAs('admin');
|
||||
$this->useTheme('baggy');
|
||||
$this->useTheme('material');
|
||||
$client = $this->getClient();
|
||||
|
||||
$crawler = $client->request('GET', '/new');
|
||||
|
||||
Reference in New Issue
Block a user