diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-03-31 10:46:47 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-03-31 10:46:47 +0200 |
commit | 73f28afb19655f1a31d8d840d96deb898ba52763 (patch) | |
tree | 5025f0e7f2f5fb619f2ee1a8708d96b89e4204b2 /tests/Wallabag | |
parent | 6da1aebc946e6448dd0d5080ee88e79c2bae4666 (diff) | |
download | wallabag-73f28afb19655f1a31d8d840d96deb898ba52763.tar.gz wallabag-73f28afb19655f1a31d8d840d96deb898ba52763.tar.zst wallabag-73f28afb19655f1a31d8d840d96deb898ba52763.zip |
Renamed countAllEntriesByUsername method
Diffstat (limited to 'tests/Wallabag')
-rw-r--r-- | tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php b/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php index b434a4c4..35888f16 100644 --- a/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php +++ b/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php | |||
@@ -862,7 +862,7 @@ class ConfigControllerTest extends WallabagCoreTestCase | |||
862 | 862 | ||
863 | $entryReset = $em | 863 | $entryReset = $em |
864 | ->getRepository('WallabagCoreBundle:Entry') | 864 | ->getRepository('WallabagCoreBundle:Entry') |
865 | ->countAllEntriesByUsername($user->getId()); | 865 | ->countAllEntriesByUser($user->getId()); |
866 | 866 | ||
867 | $this->assertEquals(1, $entryReset, 'Entries were reset'); | 867 | $this->assertEquals(1, $entryReset, 'Entries were reset'); |
868 | 868 | ||