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