From 3df63e051fac84cec98c912668722f87d6e8183e Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 9 Nov 2014 12:47:49 -0500 Subject: Add projects to the dashboard and rename some methods --- tests/units/ProjectTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/units/ProjectTest.php') diff --git a/tests/units/ProjectTest.php b/tests/units/ProjectTest.php index cec8d93d..c507739b 100644 --- a/tests/units/ProjectTest.php +++ b/tests/units/ProjectTest.php @@ -167,7 +167,7 @@ class ProjectTest extends Base $pp = new ProjectPermission($this->registry); - $this->assertEquals(array(1 => 'admin'), $pp->getAllowedUsers(3)); - $this->assertEquals(array(1 => 'admin'), $pp->getAllowedUsers(4)); + $this->assertEquals(array(1 => 'admin'), $pp->getMembers(3)); + $this->assertEquals(array(1 => 'admin'), $pp->getMembers(4)); } } -- cgit v1.2.3