forked from wallabag/wallabag
Tests are working again
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user