1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Removed old, not so maintained and buggy baggy theme

This commit is contained in:
Nicolas Lœuillet 2020-04-14 16:01:14 +02:00 committed by Nicolas Lœuillet
parent 0883bda18d
commit 29308024ac
52 changed files with 42 additions and 4736 deletions

View file

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