From: Nicolas LÅ“uillet Date: Fri, 31 Mar 2017 08:46:47 +0000 (+0200) Subject: Renamed countAllEntriesByUsername method X-Git-Tag: 2.3.0~31^2~122^2~3 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=73f28afb19655f1a31d8d840d96deb898ba52763;p=github%2Fwallabag%2Fwallabag.git Renamed countAllEntriesByUsername method --- 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 $entryReset = $em ->getRepository('WallabagCoreBundle:Entry') - ->countAllEntriesByUsername($user->getId()); + ->countAllEntriesByUser($user->getId()); $this->assertEquals(1, $entryReset, 'Entries were reset');