summaryrefslogtreecommitdiff
path: root/tests/units/ProjectTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/ProjectTest.php')
-rw-r--r--tests/units/ProjectTest.php4
1 files changed, 2 insertions, 2 deletions
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));
}
}