X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FTests%2FController%2FEntryControllerTest.php;h=786ff811795bca28005c8c41ff110f6762d48df0;hb=aa6e27cf4fbbb4713b1cdc933c4719ae9da78c71;hp=af20f31f10208ab8c723ba80592c6444289a1371;hpb=4ffc77d9f574fd91e9ac811754c2aa42a06e582f;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php index af20f31f..786ff811 100644 --- a/src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php +++ b/src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php @@ -10,9 +10,8 @@ class EntryControllerTest extends WebTestCase { $client = static::createClient(); - $crawler = $client->request('GET', '/app/index'); + $crawler = $client->request('GET', '/new'); $this->assertEquals(200, $client->getResponse()->getStatusCode()); - $this->assertTrue($crawler->filter('html:contains("Homepage")')->count() > 0); } }