mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +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
|
||||
->getRepository('WallabagCoreBundle:Entry')
|
||||
->countAllEntriesByUsername($user->getId());
|
||||
->countAllEntriesByUser($user->getId());
|
||||
|
||||
$this->assertEquals(1, $entryReset, 'Entries were reset');
|
||||
|
||||
|
|
Loading…
Reference in a new issue