1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

Tests are working again

This commit is contained in:
Jeremy 2015-01-31 09:15:51 +01:00
parent 4ffc77d9f5
commit aa6e27cf4f
4 changed files with 46 additions and 8 deletions

View file

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