mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-06 17:41:01 +00:00
Renamed countAllEntriesByUsername method
This commit is contained in:
parent
6da1aebc94
commit
73f28afb19
1 changed files with 1 additions and 1 deletions
|
@ -862,7 +862,7 @@ class ConfigControllerTest extends WallabagCoreTestCase
|
||||||
|
|
||||||
$entryReset = $em
|
$entryReset = $em
|
||||||
->getRepository('WallabagCoreBundle:Entry')
|
->getRepository('WallabagCoreBundle:Entry')
|
||||||
->countAllEntriesByUsername($user->getId());
|
->countAllEntriesByUser($user->getId());
|
||||||
|
|
||||||
$this->assertEquals(1, $entryReset, 'Entries were reset');
|
$this->assertEquals(1, $entryReset, 'Entries were reset');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue