Add projects to the dashboard and rename some methods

This commit is contained in:
Frédéric Guillot
2014-11-09 12:47:49 -05:00
parent e0117cb8ed
commit 3df63e051f
30 changed files with 262 additions and 75 deletions

View File

@@ -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));
}
}