]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
Removed old, not so maintained and buggy baggy theme
[github/wallabag/wallabag.git] / tests / Wallabag / CoreBundle / Controller / EntryControllerTest.php
index 8960dd2571cfb809abcd9da8cd1f98fd54120a93..dce74551f606d43dd3c69501ff116a06e50792c6 100644 (file)
@@ -73,20 +73,6 @@ class EntryControllerTest extends WallabagCoreTestCase
         $this->assertContains('entry.list.number_on_the_page', $body[0]);
     }
 
-    public function testGetNew()
-    {
-        $this->logInAs('admin');
-        $this->useTheme('baggy');
-        $client = $this->getClient();
-
-        $crawler = $client->request('GET', '/new');
-
-        $this->assertSame(200, $client->getResponse()->getStatusCode());
-
-        $this->assertCount(1, $crawler->filter('input[type=url]'));
-        $this->assertCount(1, $crawler->filter('form[name=entry]'));
-    }
-
     public function testPostNewViaBookmarklet()
     {
         $this->logInAs('admin');