aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-03-31 10:46:47 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-03-31 10:46:47 +0200
commit73f28afb19655f1a31d8d840d96deb898ba52763 (patch)
tree5025f0e7f2f5fb619f2ee1a8708d96b89e4204b2 /tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
parent6da1aebc946e6448dd0d5080ee88e79c2bae4666 (diff)
downloadwallabag-73f28afb19655f1a31d8d840d96deb898ba52763.tar.gz
wallabag-73f28afb19655f1a31d8d840d96deb898ba52763.tar.zst
wallabag-73f28afb19655f1a31d8d840d96deb898ba52763.zip
Renamed countAllEntriesByUsername method
Diffstat (limited to 'tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php')
-rw-r--r--tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php2
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