aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ApiBundle/WallabagApiTestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Wallabag/ApiBundle/WallabagApiTestCase.php')
-rw-r--r--tests/Wallabag/ApiBundle/WallabagApiTestCase.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Wallabag/ApiBundle/WallabagApiTestCase.php b/tests/Wallabag/ApiBundle/WallabagApiTestCase.php
index a0f2f889..fd2e113e 100644
--- a/tests/Wallabag/ApiBundle/WallabagApiTestCase.php
+++ b/tests/Wallabag/ApiBundle/WallabagApiTestCase.php
@@ -54,11 +54,11 @@ abstract class WallabagApiTestCase extends WebTestCase
54 * Used because on heavy testing we don't want to re-create the database on each run. 54 * Used because on heavy testing we don't want to re-create the database on each run.
55 * Which means "admin" user won't have id 1 all the time. 55 * Which means "admin" user won't have id 1 all the time.
56 * 56 *
57 * @param string $username 57 * @param string $username
58 * 58 *
59 * @return int 59 * @return int
60 */ 60 */
61 public function getUserId($username = 'admin') 61 protected function getUserId($username = 'admin')
62 { 62 {
63 return $this->client 63 return $this->client
64 ->getContainer() 64 ->getContainer()