mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +00:00
Fix test
This commit is contained in:
parent
a962a3ab13
commit
38902a2f04
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@ class ImportControllerTest extends WallabagCoreTestCase
|
||||||
$crawler = $client->request('GET', '/import/');
|
$crawler = $client->request('GET', '/import/');
|
||||||
|
|
||||||
$this->assertSame(200, $client->getResponse()->getStatusCode());
|
$this->assertSame(200, $client->getResponse()->getStatusCode());
|
||||||
$this->assertSame(9, $crawler->filter('blockquote')->count());
|
$this->assertSame(10, $crawler->filter('blockquote')->count());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue